Learn R Programming

mlt (version 1.6-0)

ctm-methods: Methods for ctm Objects

Description

Methods for objects of class ctm

Usage

# S3 method for ctm
variable.names(object, 
              which = c("all", "response", "interacting", 
                        "shifting", "scaling"), 
              ...)
# S3 method for ctm
coef(object, ...)

Arguments

object

an unfitted conditional transformation model as returned by ctm

which

a character specifying which names shall be returned

...

additional arguments

Details

coef can be used to get and set model parameters.