summary.mvtb: Computes a summary of the multivariate tree boosting model

Description Usage Arguments Value See Also

View source: R/mvtb_summary.R

Description

Computes a summary of the multivariate tree boosting model

Usage

1
2
3
## S3 method for class 'mvtb'
summary(object, print = TRUE, n.trees = NULL,
  relative = "col", ...)

Arguments

object

mvtb output object

print

result (default is TRUE)

n.trees

number of trees to use. Defaults to the minimum number of trees by CV, test, or training error for each outcome.

relative

relative If 'col', each column sums to 100. If 'tot', the whole matrix sums to 100 (a percent). If 'n', the raw reductions in SSE are returned.

...

additional arguments affecting the summary produced.

Value

Returns the best number of trees, the univariate relative influence of each predictor for each outcome, and covariance explained in pairs of outcomes by each predictor

See Also

mvtb.ri, gbm.ri, mvtb.cluster


patr1ckm/mvtboost documentation built on May 24, 2019, 8:21 p.m.