Description Usage Arguments Details See Also Examples
Returns estimations of the smooth functional regression coefficients β(t). The result is a matrix of either Fourier coefficients or evaluations. See Details.
1 2 3 4 5 6 7 8 9 10 |
object |
a |
standardized, unstandardized |
a |
return.fourier.coefs, return.evaluations |
a |
time_to_evaluate |
a numeric vector indicating the set of time points for evaluating the functional regression coefficients, for the case of |
... |
dot argument, just for consistency with the generic function |
This function will return either the Fourier coefficients or the evaluation of
estimated coefficients. Fourier coefficients which are reported are
based on the a set of basis which can be determined by basis(dfrr_fit)
.
Thus the evaluation of regression coefficients on the set of time points specified by vector time
,
equals to fitted(dfrr_fit)%*%t(eval.basis(time,basis(dfrr_fit)))
.
Consider that the unstandardized estimations are not identifiable. So, it is recommended to extract and report the standardized estimations.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.