Prints a summary of a fitted AddiVortesFit object, providing information
about the model structure, dimensions, and fit quality similar to the
output of a linear model summary.
Usage
# S3 method for class 'AddiVortesFit'
print(x, ...)Arguments
- x
An object of class
AddiVortesFit, typically the result of a call toAddiVortes().- ...
Further arguments passed to or from other methods (currently unused).