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