Learn R Programming

latrend (version 1.6.1)

initialize,lcMethod-method: lcMethod initialization

Description

Initialization of lcMethod objects, converting arbitrary arguments to arguments as part of an lcMethod object.

Usage

# S4 method for lcMethod
initialize(.Object, ...)

Arguments

.Object

The newly allocated lcMethod object.

...

Other method arguments.

Examples

Run this code
new("lcMethodLMKM", formula = Y ~ Time, id = "Id", time = "Time")

Run the code above in your browser using DataLab