dicho.t.z | R Documentation |
t-statistics from dichotomizing/extreme group design to fisher's z
see pustejovsky, 2014. psychological methods.
returns z based on taylor series approximation, defaults 5th term (use dicho.d.z() if you'd like to adjust to lower term)
for unadjusted statistics only
dicho.t.z(t, totn, n1, n2, p1, p2, dir)
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) |
dir |
if t-statistics is in absolute value, provide the empirical direction: |
dicho.t.z(2.05, 15+15, 15, 15, 1/3, 1/3, -1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.