summary.apollo {apollo}R Documentation

Prints summary of Apollo model

Description

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

Usage

## S3 method for class '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.


[Package apollo version 0.3.2 Index]