Learn R Programming

⚠️There's a newer version (2.0.8) of this package.Take me there.

[

apaTables Version 2.0

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.

The development version of apaTables R package is hosted here on Github. Current stable version is on the CRAN, see apaTables here.

Install Stable CRAN Version

install.packages("apaTables",dep=T)

library(apaTables)

Install Development Version

install.packages("devtools")

devtools::install_github("dstanley4/apaTables")

library(apaTables)

Tutorial

You can learn how to use apaTables here.

Copy Link

Version

Install

install.packages('apaTables')

Monthly Downloads

5,299

Version

2.0.5

License

MIT License + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

David Stanley

Last Published

August 29th, 2018

Functions in apaTables (2.0.5)

apa.aov.table

Creates a fixed-effects ANOVA table in APA style
apa.cor.table

Creates a correlation table in APA style with means and standard deviations
album

album data from textbook
Eysenck

Eysenck data
drink_attitude_wide

drink attitude data from textbook
apa.1way.table

Creates a table of means and standard deviations for a 1-way ANOVA design in APA style
fidler_thompson

Fidler & Thompson (2001) Fixed-Effects ANOVA data
apa.reg.boot.table

Creates a regresion table in APA style with bootstrap confidence intervals
apa.2way.table

Creates a table of means and standard deviations for a 2-way ANOVA design in APA style
get.ci.partial.eta.squared

Calculates confidence interval for partial eta-squared in a fixed-effects ANOVA
apa.reg.table

Creates a regresion table in APA style
goggles

goggles data from textbook
apaTables

Create American Psychological Association (APA) Style Tables
dating_wide

dating data from textbook
apa.ezANOVA.table

Creates an ANOVA table in APA style based output of ezANOVA command from ez package
apa.d.table

Creates a d-values for all paired comparisons in APA style
viagra

viagra data from textbook