Learn R Programming

[

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,390

Version

2.0.8

License

MIT License + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 4th, 2021

Functions in apaTables (2.0.8)

apa.d.table

Creates a d-values for all paired comparisons in APA style
apa.reg.boot.table

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

Creates a fixed-effects ANOVA table in APA style
Eysenck

Eysenck data
apa.reg.table

Creates a regresion table in APA style
apa.1way.table

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

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

Creates a correlation table in APA style with means and standard deviations
get.ci.partial.eta.squared

Calculates confidence interval for partial eta-squared in a fixed-effects ANOVA
album

album data from textbook
apa.2way.table

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

Create American Psychological Association (APA) Style Tables
goggles

goggles data from textbook
fidler_thompson

Fidler & Thompson (2001) Fixed-Effects ANOVA data
dating_wide

dating data from textbook
drink_attitude_wide

drink attitude data from textbook
viagra

viagra data from textbook