fRegress
. This function aids the choice of smoothing parameters
in this model using the cross-validated error sum of squares
criterion.#fRegress.CV(y, xfdlist, betalist, wt=NULL, CVobs=1:N,
# returnMatrix=FALSE, ...)
#NOTE: The following is required by CRAN rules that
# function names like "as.numeric" must follow the documentation
# standards for S3 generics, even when they are not.
# Please ignore the following line:
## S3 method for class 'CV':
fRegress(y, xfdlist, betalist, wt=NULL, CVobs=1:N,
returnMatrix=FALSE, ...)
fRegress.CV
but needed for
superficial compatibability with fRegress
methods.fRegress
,
fRegress.stderr
#See the analyses of the Canadian daily weather data.
Run the code above in your browser using DataLab