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)
The logicDT
model with newly fitted trees
A fitted logicDT
model
Tree control parameters. This object should be
constructed using the function tree.control
.
Alternatively, the old tree_control
from model
can be
modified and specified here.