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 fcRegression
fc.beta(object, FC = 1, t_points = NULL)
# S4 method for fcQR
fc.beta(object, FC = 1, t_points = NULL)
A numeric atomic vector
An object that represents a functional covariates linear model.
More arguments.
An integer, represent the ordinal number of the functional covariate. Default is 1, which is take the first functional covariate.
Sequence of the measurement (time) points.
Heyang Ji