predict.pspline.face: Mean prediction from a P-spline smoothing fit

View source: R/predict.pspline.face.r

predict.pspline.faceR Documentation

Mean prediction from a P-spline smoothing fit

Description

Predict mean values based on a fit from "pspline".

Usage

## S3 method for class 'pspline.face'
predict(object, argvals.new,...)

Arguments

object

a fitted object from the R function "pspline".

argvals.new

a vector of new time points.

...

further arguments passed to or from other methods.

Value

Predicted means at argvals.new.

Author(s)

Luo Xiao <lxiao5@ncsu.edu>

References

Luo Xiao, Cai Li, William Checkley and Ciprian Crainiceanu, Fast covariance estimation for sparse functional data, Stat. Comput., doi: 10.1007/s11222-017-9744-8.

Examples

#See the examples for "pspline".

lxiao5/face documentation built on July 23, 2022, 6:24 p.m.