synthesize_tail_ratios: Syntheszie tail ratios

Description Usage Arguments Value

View source: R/syntheszie_tail_ratios.R

Description

This function synthesizes tail ratios for two groups.

Usage

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
)

Arguments

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

Value

A table consisting of tail ratios for 1, 2, and 3 SD below the mean of the reference group.


cyplessen/tailRatio documentation built on July 16, 2020, 12:47 a.m.