get_parameter_order {makemyprior}R Documentation

Internal variance parameter order

Description

Returns the internal order of the variance parameters related to each random effect in the model.

Usage

get_parameter_order(prior_obj)

Arguments

prior_obj

Object of class mmp_prior, see make_prior.

Value

Names of the random effects in the model in the order the prior object reads them.

Examples

ex_model <- makemyprior_example_model()
get_parameter_order(ex_model)


[Package makemyprior version 1.2.1 Index]