get_parameter_order {makemyprior} | R Documentation |
Returns the internal order of the variance parameters related to each random effect in the model.
get_parameter_order(prior_obj)
prior_obj |
Object of class |
Names of the random effects in the model in the order the prior object reads them.
ex_model <- makemyprior_example_model()
get_parameter_order(ex_model)