Learn R Programming

fda (version 2.2.7)

fRegress.CV: Computes Cross-validated Error Sum of Integrated Squared Errors for a Functional Regression Model

Description

For a functional regression model, a cross-validated error sum of squares is computed. For a functional dependent variable this is the sum of integrated squared errors. For a scalar response, this function has been superceded by the OCV and gcv elements returned by fRegress. This function aids the choice of smoothing parameters in this model using the cross-validated error sum of squares criterion.

Usage

fRegress.CV(y, xfdlist, betalist, wt=NULL, CVobs=1:N, ...)

Arguments

y
the dependent variable object.
xfdlist
a list whose members are functional parameter objects specifying functional independent variables. Some of these may also be vectors specifying scalar independent variables.
betalist
a list containing functional parameter objects specifying the regression functions and their level of smoothing.
wt
weights for weighted least squares. Defaults to all 1's.
CVobs
Indices of observations to be deleted. Defaults to 1:N.
...
optional arguments not used by fRegress.CV but needed for superficial compatibability with fRegress methods.

Value

  • A list containing
  • SSE.CVThe sum of squared errors, or integrated squared errors
  • errfd.cvEither a vector or a functional data object giving the cross-validated errors

See Also

fRegress, fRegress.stderr

Examples

Run this code
#See the analyses of the Canadian daily weather data.

Run the code above in your browser using DataLab