predict: Predict from a ParametricBasis object

predict.ParametricBasisR Documentation

Predict from a ParametricBasis object

Description

Dispatch to the appropriate method for transforming new data according to a specific parametric basis.

Usage

predict.ParametricBasis(object, newdata, ...)

## S3 method for class 'Standardized'
predict(object, newdata, ...)

## S3 method for class 'Poly'
predict(object, newdata, ...)

## S3 method for class 'BSpline'
predict(object, newdata, ...)

## S3 method for class 'Ident'
predict(object, newdata, ...)

## S3 method for class 'Scale'
predict(object, newdata, ...)

## S3 method for class 'ScaleWithin'
predict(object, newdata, newgroup, ...)

## S3 method for class 'RobustScale'
predict(object, newdata, ...)

Arguments

object

ParametricBasis object

newdata

Numeric vector of new values

...

Additional arguments

newgroup

Optional factor for group-dependent bases.


bbuchsbaum/fmrireg documentation built on June 10, 2025, 8:18 p.m.