dicho.t.zvar | R Documentation |
compute the variance of z from t-statistics derived from dichotomizing/extreme group design t
see pustejovsky, 2014. psychological methods.
dicho.t.zvar(t, totn, n1, n2, p1, p2, type = c("vd.ce", "vd.eg"))
t |
t-statistics |
totn |
the total n |
n1 |
cell size of group 1 |
n2 |
cell size of group 2 |
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) |
type |
select one from below, please read pustejovsky, 2014. psychological methods.for recommendations
|
dicho.t.zvar(2.05, 15+15, 15, 15, 1/3, 1/3, "vd.eg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.