refitTrees: Refit the logic decision trees

View source: R/logicDT.R

refitTreesR 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 logicDT model

tree_control

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.

Value

The logicDT model with newly fitted trees


logicDT documentation built on Jan. 14, 2023, 5:06 p.m.