predict.Series: Predict Series regression

Description Usage Arguments Value

View source: R/regressionPredictionFunctions.R

Description

This function is typically not directly used by the user; it is used inside fitFlexCoDE

Usage

1
2
## S3 method for class 'Series'
predict(object, xNew, maxTerms = NULL)

Arguments

object

object of the class Series

xNew

matrix with covariates where prediction will be calculated

maxTerms

maximum number of expansion coefficients

Value

returns matrix where element (i,j) contains the estimate of the j-th expansion coefficient for the j-th sample


rizbicki/FlexCoDE documentation built on Feb. 10, 2022, 3:14 p.m.