Learn R Programming

apollo (version 0.3.4)

summary.apollo: Prints summary of Apollo model

Description

Receives an estimated model object and prints a summary using the generic summary function.

Usage

# S3 method for apollo
summary(object, ..., pTwoSided = FALSE)

Arguments

object

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

...

further arguments passed to or from other methods.

pTwoSided

Logical. Should two-sided p-values be printed instead of one-sided p-values. FALSE by default. #' @return nothing.