select_parameters: Return the name of the model parameters.

Description Usage Arguments Value

Description

Return the name of the model parameters.

Usage

1
2
select_parameters(fit, observation = TRUE, initial = TRUE,
  transition = TRUE)

Arguments

fit

An object returned by either draw_samples or optimizing.

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.

Value

A character string with the selected model parameter names.


luisdamiano/BayesHMM documentation built on May 20, 2019, 2:59 p.m.