Return the name of the model parameters.
select_parameters(fit, observation = TRUE, initial = TRUE, transition = TRUE)
fit | An object returned by either |
---|---|
observation | An optional logical scalar indicating whether the names of the observation model parameters should be included. Defaults to TRUE. |
initial | An optional logical scalar indicating whether the names of the initial model parameters should be included. Defaults to TRUE. |
transition | An optional logical scalar indicating whether the names of the transition model parameters should be included. Defaults to TRUE. |
A character string with the selected model parameter names.