Add model information to a personalised-model-ctree
For internal use.
.add_modelinfo(x, nodeids, data, model, coeffun)
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).tree with added info. Class still to be added.
Useful links