get_parameter_order: Internal variance parameter order

View source: R/make_prior_object_functions.R

get_parameter_orderR 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)


makemyprior documentation built on Sept. 11, 2024, 6:56 p.m.