apa.ci: apa.ci

Description Usage Arguments Value Author(s) See Also Examples

Description

APA formating for confidence intervals

Usage

1
apa.ci(lb, ub, level = 0.95)

Arguments

lb

lower bound of the confidence interval

ub

upper bound of the confidence interval

level

the confidence level (optional)

Value

the formatted value as a character

Author(s)

Mark Newman, mark@trinetteandmark.com

See Also

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

Examples

1
2
3
4
  ci = apa.ci(1,2)
  cis = apa.ci(c(1, 0.01), c(2, 1.006), c(.95, .99))
  # In the markdown put `r ci` or `r cis`
  

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