Extract formula
Extracts the associated formula for the given distributional parameter.
## S3 method for class 'lcMethod' formula(x, what = "mu", envir = NULL, ...)
x |
The |
what |
The distributional parameter to which this formula applies. By default, the formula specifies |
envir |
The |
... |
Additional arguments. |
The formula for the given distributional parameter.
Other lcMethod functions:
[[,lcMethod-method,
as.data.frame.lcMethods(),
as.data.frame.lcMethod(),
as.lcMethods(),
as.list.lcMethod(),
evaluate.lcMethod(),
lcMethod-class,
update.lcMethod()
m <- lcMethodMixtoolsGMM(formula = Y ~ Time + (1 | Id)) formula(m) # Y ~ Time + (1 | Id)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.