summary.funreg {funreg} | R Documentation |
summary method for funreg object
Description
Returns summary information on a funreg
object.
Usage
## S3 method for class 'funreg'
summary(object, digits = 4, silent = FALSE, ...)
Arguments
object |
An object of class |
digits |
The number of digits past the decimal place to use when printing numbers |
silent |
If |
... |
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.