print.apollo {apollo} | R Documentation |
Prints brief summary of Apollo model
Description
Receives an estimated model object and prints a brief summary using the generic print function.
Usage
## S3 method for class 'apollo'
print(x, ...)
Arguments
x |
Model object. Estimated model object as returned by function apollo_estimate. |
... |
further arguments passed to or from other methods. |
Value
nothing.
[Package apollo version 0.3.3 Index]