refitTrees {logicDT} | R Documentation |
Refit the logic decision trees
Description
Newly fit the decision trees in the logicDT
model using
the supplied tree control parameters.
This is especially useful if, e.g., the model was initially trained
without utilizing a continuous covariable or fitting linear models and
now 4pL model shall be fitted.
Usage
refitTrees(model, tree_control)
Arguments
model |
A fitted |
tree_control |
Tree control parameters. This object should be
constructed using the function |
Value
The logicDT
model with newly fitted trees
[Package logicDT version 1.0.4 Index]