summary.FDboost {FDboost} | R Documentation |
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 class 'FDboost'
summary(object, ...)
## S3 method for class 'FDboost'
print(x, ...)
Arguments
object |
a fitted |
... |
currently not used |
x |
a fitted |
Value
a list with information on the model / a list with summary information
See Also
FDboost
for the model fit.
[Package FDboost version 1.1-2 Index]