RR: Response Ratio for common control

Description Usage Arguments Value

View source: R/RR.R

Description

RR calculates the Response Ratios, the variance and the covariance for two data inputs that share a X, SD, and N of a control group and returns these values as a vector

Usage

1
RR(x)

Arguments

X_t_a

Column label for the means (X) of the treatment group (t) in group a

SD_t_a

Column label for the standard deviations (SD) of the treatmet group in group a

N_t_a

Column label for the sample sizes (N) of the treatment group in group a

X_c_a

Column label for the means of the control group (c) in group a

SD_c_a

Column label for the standard deviations of the control group in group a

N_c_a

Column label for the sample sizes of the control group in group a

X_t_b

Column label for the means of the treatment group in group b

SD_t_b

Column label for the standard deviations of the treatment group in group b

N_t_b

Column label for the sample sizes of the treatment group in group b

X_c_b

Column label for the means of the control group in group b

SD_c_b

Column label for the standard deviations of the control group in group b

N_c_b

Column label for the sample sizes of the control group in group b

Value

Response ratios, variance, and covariance


meredithakrause/metagear-expansion documentation built on May 22, 2019, 6:51 p.m.