Learn R Programming

MECfda (version 0.2.0)

fc.beta: 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 fcRegression fc.beta(object, FC = 1, t_points = NULL)

# S4 method for fcQR fc.beta(object, FC = 1, t_points = NULL)

Value

A numeric atomic vector

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.

Author

Heyang Ji