Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apaTables

Create American Psychological Association (APA) Style Tables


Description

A common task faced by researchers is the creation of APA style (i.e., American Psychological Association style) tables from statistical output. In R a large number of function calls are often needed to obtain all of the desired information for a single APA style table. As well, the process of manually creating APA style tables in a word processor is prone to transcription errors. This package creates Word files (.doc files) containing APA style tables for several types of analyses. Using this package minimizes transcription errors and reduces the number commands needed by the user. Examples are provided in this documentation and at http://www.StatsCanBeFun.com.

Details

Bugs and feature requests can be reported at: https://github.com/dstanley4/apaTables/issues

Currently, the following tables can be created:

  • Correlation tables - Correlation tables (with confidence intervals and descriptive statistics) are created from data frames using apa.cor.table.

  • Single "block" regression tables - Single "block" regression tables are created from a regression object using apa.reg.table.

  • Multiple "block" regression tables - Multiple "block" regression tables are created from regression objects using apa.reg.table.

  • ANOVA tables - An ANOVA F-table can be created via apa.aov.table from a regression object (i.e. lm output or aov output). Cell mean/standard deviation tables for 1- and 2-way designs are created from data frames using apa.1way.table and apa.2way.table.

  • ezANOVA tables from ez package - An ANOVA F-table from ezANOVA output can be created via apa.ezANOVA.table.

  • Standardized mean difference (i.e., d-value) tables (with confidence intervals and descriptive statistics) illustrating all possible paired comparisons using a single independent variable are created from data frames using apa.d.table.

Package: apaTables
Type: Package
Version: 2.0.8
Date: 2020-12-18
License: MIT

Author(s)

Author: David J. Stanley dstanley@uoguelph.ca
Maintainer: David J. Stanley dstanley@uoguelph.ca

apaTables

Create American Psychological Association (APA) Style Tables

v2.0.8
MIT License + file LICENSE
Authors
David Stanley [aut, cre]
Initial release
2020-12-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.