| fc.beta | R Documentation | 
Generic function to extract the value of coefficient parameter function of the covariates from linear model with functional covariates at some certain points.
fc.beta(object, ...)
## S4 method for signature 'fcRegression'
fc.beta(object, FC = 1, t_points = NULL)
## S4 method for signature 'fcQR'
fc.beta(object, FC = 1, t_points = NULL)
| object | An object that represents a functional covariates linear model. | 
| ... | More arguments. | 
| FC | An integer, represent the ordinal number of the functional covariate. Default is 1, which is take the first functional covariate. | 
| t_points | Sequence of the measurement (time) points. | 
A numeric atomic vector
Heyang Ji
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.