initialize,lcMethod-method {latrend} | R Documentation |
lcMethod initialization
Description
Initialization of lcMethod
objects, converting arbitrary arguments to arguments as part of an lcMethod
object.
Usage
## S4 method for signature 'lcMethod'
initialize(.Object, ...)
Arguments
.Object |
The newly allocated |
... |
Other method arguments. |
Examples
new("lcMethodLMKM", formula = Y ~ Time, id = "Id", time = "Time")
[Package latrend version 1.6.1 Index]