init_apa_results: Create Empty Container for Results

View source: R/utils.R

init_apa_resultsR Documentation

Create Empty Container for Results

Description

Creates the default empty container for the results of apa_print(). This function is not exported.

Usage

init_apa_results()

Value

A named list (with additional class apa_results) containing the following components:

estimate

A (named list of) character strings giving effect-size estimates.

statistic

A (named list of) character strings giving test statistic, parameters, and p values.

full_result

A (named list of) character strings comprised of estimate and ⁠statistic`` for each factor.} \item{⁠table'

A data frame containing all results; can, for example, be passed to apa_table().


papaja documentation built on Sept. 29, 2023, 9:07 a.m.