Learn R Programming

face (version 0.1-1)

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

Description

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

Usage

"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.

References

Luo Xiao, Cai Li, Will Checkley and Ciprian Crainiceanu, Fast covariance estimation for sparse functional data, manuscript.

Examples

Run this code
#See the examples for "pspline".

Run the code above in your browser using DataLab