ctm {mlt} | R Documentation |
Specification of conditional transformation models
ctm(response, interacting = NULL, shifting = NULL, data = NULL, todistr = c("Normal", "Logistic", "MinExtrVal"), sumconstr = inherits(interacting, c("formula", "formula_basis")), ...)
response |
a basis function, ie, an object of class |
interacting |
a basis function, ie, an object of class |
shifting |
a basis function, ie, an object of class |
data |
either a |
todistr |
a character vector describing the distribution to be transformed |
sumconstr |
a logical indicating if sum constraints shall be applied |
... |
arguments to |
This function only specifies the model which can then be fitted using
mlt
. The shift term is positive by default.
An object of class ctm
.
Torsten Hothorn, Lisa Moest, Peter Buehlmann (2018), Most Likely Transformations, Scandinavian Journal of Statistics, 45(1), 110–134, doi: 10.1111/sjos.12291.