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