apa.signif: Generic method to make a footnote indicating significant...

Description Usage Arguments Value Examples

View source: R/apaSignificance.R

Description

Generic method to make a footnote indicating significant values.

Usage

1

Arguments

data

Dataset with statistics.

Value

apa.signif object; a list consisting of

succes

message in case of an error

signif

pot {ReporteRs} object

Examples

1
2
3
4
5
6
7
8
9
# Specify statistics
example <- data.frame(
  c("Column 1", "Column 2", "Column 3"),
  c(3.45, 5.21, 2.64),
  c("**", "", "***")
)

# Use apa.descriptives function
apa.signif(data = example)

apaStyle documentation built on May 30, 2017, 4:25 a.m.