fc.beta: Extract the value of coefficient parameter function

View source: R/fc.beta.R

fc.betaR 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


MECfda documentation built on April 3, 2025, 10:07 p.m.