dichod.zvar | R Documentation |
compute the variance of z from a cohen's d derived from dichotomizing/extreme group design
see pustejovsky, 2014. psychological methods.
dichod.zvar(d, p1, p2, n1, n2, type = c("vd.ce", "vd.eg"))
d |
cohen's d |
p1 |
cutoff percentile for group 1 (sample-based, please see other formulas for population-based in pustejovsky, 2014) |
p2 |
cutoff percentile for group 2 (sample-based, please see other formulas for population-based in pustejovsky, 2014) |
n1 |
cell size of group 1 |
n2 |
cell size of group 2 |
type |
select one (read pustejovsky, 2014. psychological methods. for recommendations
|
dichod.zvar(.80, 1/3, 1/3, 15, 15, "vd.ce")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.