powered by
Report difference between correlations in markdown APA style from different samples
apa.r.compare.across.samples.from.descriptive( r1, r2, n1, n2, alternative = "two.sided", show.conf.interval = NULL, show.N = NULL, show.p = NULL, show.statistic = NULL )
R Markdown text
Correlation in sample 1
Correlation in sample 2
Sample size for sample 1
Sample size for sample 2
Alternative hypothesis to pass to alternative argument of cocor.indep.groups. Default is "two.sided"
Show confidence interval or not (TRUE/FALSE). Default behavior is TRUE.
Show sample size or not (TRUE/FALSE). Default behavior is TRUE.
Show p-value or not (TRUE/FALSE). Default behavior is TRUE.
Show test statistic or not (TRUE/FALSE). Default behavior is TRUE.
apa.r.compare.across.samples.from.descriptive(r1 = .3, r2 =.6, n1 = 70, n2 =80)
Run the code above in your browser using DataLab