print.apollo: 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 apollo
print(x, ...)
Arguments
- x
Model object. Estimated model object as returned by function apollo_estimate.
- ...
further arguments passed to or from other methods.