Description Usage Arguments Value
View source: R/syntheszie_tail_ratios.R
This function synthesizes tail ratios for two groups.
1 2 3 4 5 6 7 8 | synthesize_tail_ratios(
group_1_mean,
group_1_sd,
group_1_n,
group_2_mean,
group_2_sd,
group_2_n
)
|
group_1_mean |
Mean of group 1/reference group |
group_1_sd |
Standard deviation of group 1/reference group |
group_1_n |
Sample size of group 1/reference group |
group_2_mean |
Mean of group 2 |
group_2_sd |
Standard deviation of group 2 |
group_2_n |
Sample size of group 2 |
A table consisting of tail ratios for 1, 2, and 3 SD below the mean of the reference group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.