summary.funreg: summary method for funreg object

Description Usage Arguments Value

View source: R/SummaryFunReg.r

Description

Returns summary information on a funreg object.

Usage

1
2
## S3 method for class 'funreg'
summary(object, digits = 4, silent = FALSE, ...)

Arguments

object

An object of class funreg

digits

The number of digits past the decimal place to use when printing numbers

silent

If TRUE, indicates that the summary should be returned as a list object but not printed to the screen.

...

Any other optional arguments that may be passed from other methods (but currently ignored by this one).

Value

Returns a list with four components. First, call.info summarizes the inputs that were sent into the funreg function. Second, intercept.estimate.uncentered gives the estimated functional coefficient for the intercept in the functional regression model. Third, functional.covariates.table provides estimated values for the functional coefficients at each of a grid of time points. Fourth, subject.level.covariates.table provides estimated values for subject-level covariates if any are in the model.


funreg documentation built on Oct. 4, 2021, 5:07 p.m.