summary.FDboost function

Print and summary of a boosted functional regression model

Print and summary of a boosted functional regression model

Takes a fitted FDboost-object and produces a print to the console or a summary.

## S3 method for class 'FDboost' summary(object, ...) ## S3 method for class 'FDboost' print(x, ...)

Arguments

  • object: a fitted FDboost-object
  • ...: currently not used
  • x: a fitted FDboost-object

Returns

a list with information on the model / a list with summary information

See Also

FDboost for the model fit.

  • Maintainer: David Ruegamer
  • License: GPL-2
  • Last published: 2023-08-12