Fstat.fd | R Documentation |
Fstat.fd calculates a pointwise F-statistic for functional linear regression.
Fstat.fd(y,yhat,argvals=NULL)
y |
the dependent variable object. It may be:
|
yhat |
The predicted values corresponding to |
argvals |
If |
An F-statistic is calculated as the ratio of residual variance to predicted variance.
If argvals
is not specified and yfdPar
is a fd
object,
it defaults to 101 equally-spaced points on the range of yfdPar
.
A list with components
F |
the calculated pointwise F-statistics. |
argvals |
argument values for evaluating the F-statistic if |
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
fRegress
Fstat.fd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.