Currently, these classes are supported in the model
argument of the Transition's
constructor:
caret::train,
mlr::train
stats::lm,
stats::glm,
a numeric vector,
a named list
, and
data.table::data.table.
1 2 3 |
a character vector
See the 'Transition' section of the dymiumCore's introduction webpage for more detail.
Also note that, all models that can return predicted probabilities estimated using
caret::train and mlr::train should work in transition()
and TransitionClassification
.
However, currently, regression models only work in TransitionRegression
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.