The coef.tvcm
and coefficients.tvcm
methods return a list
with model
coefficients. Slot vc
stores varying coefficients, fe
fixed coefficients and re
coefficients on random effects.
The depth.tvcm
method returns a integer vector with
the depth of the trees of every varying
coefficient. width.tvcm
returns a integer vector with
the width of the trees.
The extract
and extract.tvcm
methods
allow to extract further information of tvcm
objects, such as
the underlying regression model. The type of the return value depends
on the input for argument what
.
The formula.tvcm
method extracts the model formula,
which is an object of class formula
. See also
formula
.
The methods fitted.tvcm
and
predict.fvcm
return an object of class numeric
or matrix
, depending on the used model or the specification of
the argument type
.
The getCall.tvcm
method extracts the call for fitting
the model, which is an object of class call
. See also
call
.
The logLik.tvcm
method returns an object of class
logLik
, see also logLik
.
The model.frame.tvcm
method returns a
data.frame
. See also model.frame
.
The neglogLik2.tvcm
method returns a single numeric,
see also neglogLik2
.
The nobs.tvcm
method extracts the number of
observations used to fit the model. See also
nobs.tvcm
.
The print.tvcm
and summary.tvcm
methods return NULL
.
The ranef.tvcm
method returns an object of class
matrix
with values for the random effects. See also
ranef.olmm
and ranef
.
The resid.tvcm
and residuals.tvcm
methods return a numeric
or a matrix
, depending on the
used model or the type of residuals. See the help of the
resid
method of the used model.
The methods splitpath
and
splitpath.tvcm
return an object of class
splitpath.tvcm
that contains information on splitting when
building the tree.
The weights.tvcm
method extracts a numeric
vector with the model weights. See also weights
.