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

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

Arguments

.Object

The newly allocated lcMethod object.

...

Other method arguments.

Examples

new("lcMethodLMKM", formula = Y ~ Time, id = "Id", time = "Time")
#> lcMethodLMKM specifying "lm-kmeans"
#>  time:           "Time"
#>  id:             "Id"
#>  nClusters:      2
#>  center:         meanNA
#>  standardize:    scale
#>  method:         "qr"
#>  model:          TRUE
#>  y:              FALSE
#>  qr:             TRUE
#>  singular.ok:    TRUE
#>  contrasts:      NULL
#>  iter.max:       10
#>  nstart:         1
#>  algorithm:      c("Hartigan-Wong", "Lloyd", "Forgy", "Ma
#>  formula:        Y ~ Time