print.apollo {apollo} | R Documentation |
Receives an estimated model object and prints a brief summary using the generic print function.
## S3 method for class 'apollo'
print(x, ...)
x |
Model object. Estimated model object as returned by function apollo_estimate. |
... |
further arguments passed to or from other methods. |
nothing.