get_ranPars(.,which="corrPars")
returns a (possibly nested) list of correlation parameters (or NULL if there is no such parameter). Top-level elements correspond to the different random effects. The list has a "type"
attribute having the same nested-list structure and describing whether and how the parameters where fitted: "fix"
means they where fixed, not fitted; "var"
means they were fitted by HLfit
's specific algorithms; "outer"
means they were fitted by a generic optimization method.
get_ranPars(.,which="lambda")
returns a vector of variance values, one per random effect, including both “outer”- and “inner”-optimized ones.
get_ranPars(.,which="outer_lambda")
returns only “outer”-optimized variance parameters, ignoring those fitted by HLfit
's specific algorithms.
get_ranPars(. which="ranef_var")
(experimental) returns a list with elements
Var
same as get_ranPars(.,which="lambda")
lembda_est
A vector of variance values, one for each level of each random effect
outer
A vector or outer-optimized variance values, as returned by get_ranPars(.,which="outer_lambda")
- …
Other elements, subject to change in later versions.
remove_from_parlist
returns a list of model parameters with given elements removed, and likewise for its (optional) type
attribute. See Details for context of application.