View source: R/summary.apollo.R
summary.apollo | R Documentation |
Receives an estimated model object and prints a summary using the generic summary function.
## S3 method for class 'apollo'
summary(object, ..., pTwoSided = FALSE)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.