summary.apollo: Prints summary of Apollo model

View source: R/summary.apollo.R

summary.apolloR 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.


apollo documentation built on Oct. 13, 2023, 1:15 a.m.