fRegress
carries out a functional regression analysis
of the concurrent kind, and estimates a regression coefficient
function corresponding to each independent variable, whether it is
scalar or functional. This function uses the list that is output by
fRegress
to provide standard error functions for each
regression function. These standard error functions are pointwise,
meaning that sampling standard deviation functions only are computed,
and not sampling covariances.#fRegress.stderr(y, y2cMap, SigmaE, 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 'stderr':
fRegress(y, y2cMap, SigmaE, returnMatrix=FALSE, ...)
fRegress
, where it is referred to as fRegressList. (R syntax
requires that the first argument of any function beginning with
fRegress.
must begin with
smooth.basis
that generafRegress.stderr
but needed for
superficial compatibability with fRegress
methods.fRegress
,
fRegress.CV
#See the weather data analyses in the file daily.ssc for
#examples of the use of function fRegress.stderr.
Run the code above in your browser using DataLab