summary.FDboost: Print and summary of a boosted functional regression model
Description
Takes a fitted FDboost
-object and produces a print
to the console or a summary.
Usage
# S3 method for FDboost
summary(object, ...)# S3 method for FDboost
print(x, ...)
Value
a list with information on the model / a list with summary information
Arguments
- object
a fitted FDboost
-object
- ...
currently not used
- x
a fitted FDboost
-object
See Also
FDboost
for the model fit.