Create an OMEGA parameter.
Usage
Omega(
name = NA,
index = NA,
index2 = NA,
value = NA,
fix = FALSE,
type = NULL,
same = NA,
label = NA,
comment = NA
)
Arguments
- name
parameter name, e.g. CL (prefix OMEGA will be added automatically)
- index
parameter index
- index2
second parameter index
- value
parameter value
- fix
parameter was fixed in estimation, logical value
- type
variance type: 'var', 'sd', 'covar', 'cor', 'cv' or 'cv%'
- same
NA by default, FALSE for first OMEGA followed by 'SAME' OMEGA's, TRUE for 'SAME' OMEGA's
- label
parameter label, optional
- comment
any comment, optional