model4you (version 0.9-5)

.add_modelinfo: Add model information to a personalised-model-ctree

Description

For internal use.

Usage

.add_modelinfo(x, nodeids, data, model, coeffun)

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).

Value

tree with added info. Class still to be added.