Method for the generic function print that allows to
print on screen the main information related to the fitted predictor model that can be extracted
from a GeDS-class object.
# S3 method for GeDS
print(x, digits = max(3L, getOption("digits") - 3L), ...)the GeDS-class object for which the main information should be printed on screen.
number of digits to be printed.
potentially further arguments (required by the definition of the generic function).
This function returns (invisibly) the same input object, but adding the slot Print
that contains the three sub-slots:
the number of internal knots of the linear GeDS fit
the deviances of the three (linear, quadratic and cubic) GeDS fits
the call to the function that produced the x object
This method allows to print on screen basic information related to the fitted predictor model such as the
function call, the number of internal knots for the linear GeDS fit and the deviances
for the three (linear, quadratic and cubic) fitted predictor models embedded in the GeDS-class object.
print for the standard definition.