refitTrees {logicDT} | R Documentation |
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.
refitTrees(model, tree_control)
model |
A fitted |
tree_control |
Tree control parameters. This object should be
constructed using the function |
The logicDT
model with newly fitted trees