apa.pvalue: apa.pvalue

Description Usage Arguments Value Author(s) See Also Examples

Description

APA formating for p-values

Usage

1

Arguments

pv

p-value to be formatted

Value

the formatted value as a character

Author(s)

Mark Newman, mark@trinetteandmark.com

See Also

Other statistic: apa.ci, apa.tstat, apa.zstat

Examples

1
2
3
  pv = apa.pvalue(0.0342)
  pvs = apa.pvalue(c(0.0342, 0.0342, 0.0342))
  # In the markdown put `r pv` or `r pvs`

markanewman/apaformat documentation built on May 10, 2019, 1:19 a.m.