print.cgaim {cgaim} | R Documentation |
Print a cgaim object
Description
Default method to print the results from a call to cgaim
.
Conveniently prints the formula, beta
and alpha
coefficients
as well as the residual sum of squares.
Usage
## S3 method for class 'cgaim'
print(x, ...)
Arguments
x |
A |
... |
For compatibility with the default |
Value
Function called for its side effect of printing a cgaim
object. Returns no value.
See Also
The main fitting function cgaim
.
[Package cgaim version 1.0.1 Index]