Learn R Programming

apollo (version 0.3.4)

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, ...)

Value

nothing.

Arguments

x

Model object. Estimated model object as returned by function apollo_estimate.

...

further arguments passed to or from other methods.