methods.qboost: Methods for S3 object 'qboost'

predict.qboostR Documentation

Methods for S3 object qboost

Description

Objects of class qboost are constructed by qboost. predict.qboost predicts values based on a qboost object.

Usage

## S3 method for class 'qboost'
predict(object, newdata, steps = NULL, ...)

## S3 method for class 'qboost'
coef(object, steps = NULL, ...)

## S3 method for class 'qboost'
autoplot(object, new_Y, newdata, steps = NULL, ...)

Arguments

object

(qboost)
A qboost object.

newdata

(matrix)
A matrix of covariates for predicitons.

steps

(integer())
A vector of integers containing the corresponding steps.

...

arguments passed to the print function and other methods

new_Y

(numeric())
A vector of responses (only for evaluation).


SvenKlaassen/qboost documentation built on Nov. 8, 2022, 12:13 p.m.