print.cgaim {cgaim} | R Documentation |
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.
## S3 method for class 'cgaim'
print(x, ...)
x |
A |
... |
For compatibility with the default |
Function called for its side effect of printing a cgaim
object. Returns no value.
The main fitting function cgaim
.