fc.beta {MECfda} | R Documentation |
Extract the value of coefficient parameter function
Description
Generic function to extract the value of coefficient parameter function of the covariates from linear model with functional covariates at some certain points.
Usage
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)
Arguments
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. |
Value
A numeric atomic vector
Author(s)
Heyang Ji
[Package MECfda version 0.1.0 Index]