Description Usage Arguments Details See Also Examples
Fitted curves refer to the estimations of latent functional response curves. The results can be either the Fourier coefficients or evaluation of the fitted functions. See Details.
1 2 3 4 5 6 7 8 9 10 |
object |
a fitted |
return.fourier.coefs, return.evaluations |
a |
time_to_evaluate |
a numeric vector indicating the set of time points for evaluating the fitted latent functions, for the case of |
standardized, unstandardized |
a |
... |
dot argument, just for consistency with the generic function |
This function will return either the Fourier coefficients or the evaluation of
fitted curves to the binary sequences. 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 fitted latent curves 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.