init_apa_results {papaja} | R 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
andstatistic
for each factor.table
A data frame containing all results; can, for example, be passed to
apa_table()
.
[Package papaja version 0.1.3 Index]