formula.lcMethod {latrend} | R Documentation |
Extract formula
Description
Extracts the associated formula
for the given distributional parameter.
Usage
## S3 method for class 'lcMethod'
formula(x, what = "mu", envir = NULL, ...)
Arguments
x |
The |
what |
The distributional parameter to which this formula applies. By default, the formula specifies |
envir |
The |
... |
Additional arguments. |
Value
The formula
for the given distributional parameter.
See Also
Other lcMethod functions:
[[,lcMethod-method
,
as.data.frame.lcMethod()
,
as.data.frame.lcMethods()
,
as.lcMethods()
,
as.list.lcMethod()
,
evaluate.lcMethod()
,
lcMethod-class
,
names,lcMethod-method
,
update.lcMethod()
Examples
method <- lcMethodLMKM(Y ~ Time, id = "Id", time = "Time")
formula(method) # Y ~ Time
[Package latrend version 1.6.1 Index]