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

apa.d.table

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


Description

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

Usage

apa.d.table(
  iv,
  dv,
  data,
  filename = NA,
  table.number = NA,
  show.conf.interval = TRUE,
  landscape = TRUE
)

Arguments

iv

Name of independent variable column in data frame for all paired comparisons

dv

Name of dependent variable column in data frame for all paired comparisons

data

Project data frame name

filename

(optional) Output filename document filename (must end in .rtf or .doc only)

table.number

Integer to use in table number output line

show.conf.interval

(TRUE/FALSE) Display confidence intervals in table. This argument is deprecated and will be removed from later versions.

landscape

(TRUE/FALSE) Make RTF file landscape

Value

APA table object

Examples

## Not run: 
# View top few rows of viagra data set from Discovering Statistics Using R
head(viagra)

# Use apa.d.table function
apa.d.table(iv = dose, dv = libido, data = viagra, filename = "ex1_d_table.doc")

## End(Not run)

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.