ctm-methods: Methods for ctm Objects

ctm-methodsR 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 ctm

which

a character specifying which names shall be returned

...

additional arguments

Details

coef can be used to get and set model parameters.


mlt documentation built on April 11, 2024, 3 p.m.