predict.BooST: Predict Method for BooST Fits

Description Usage Arguments Examples

View source: R/predict_BooST.R

Description

Obtains predictions for a BooST model and a given design matrix.

Usage

1
2
## S3 method for class 'BooST'
predict(object, newx = NULL, ...)

Arguments

object

A BooST or a SmoothTree object.

newx

Matrix of new values of x at wich predictions are to be made.

...

Additional arguments for other methods.

Examples

1
## == to be made == ##

gabrielrvsc/BooST documentation built on July 27, 2021, 3:08 p.m.