ctm-methods {mlt} | R Documentation |
Methods for ctm Objects
Description
Methods for objects of class ctm
Usage
## S3 method for class 'ctm'
variable.names(object,
which = c("all", "response", "interacting",
"shifting", "scaling"),
...)
## S3 method for class 'ctm'
coef(object, ...)
Arguments
object |
an unfitted conditional transformation model as returned by |
which |
a character specifying which names shall be returned |
... |
additional arguments |
Details
coef
can be used to get and set model parameters.
[Package mlt version 1.5-1 Index]