Receives an estimated model object and prints a summary using the generic summary function.
# S3 method for apollo
summary(object, ..., pTwoSided = FALSE)
Model object. Estimated model object as returned by function apollo_estimate.
further arguments passed to or from other methods.
Logical. Should two-sided p-values be printed instead of one-sided p-values. FALSE by default. #' @return nothing.