.add_modelinfo: Add model information to a personalised-model-ctree
Description
For internal use.
Usage
.add_modelinfo(x, nodeids, data, model, coeffun)
Arguments
nodeids
node ids, usually the terminal ids.
coeffun
function that takes the model object and returns the coefficients.
Useful when coef() does not return all coefficients (e.g. survreg).
Value
tree with added info. Class still to be added.