sd_pool: Pooled Standard Deviation Calculator

Description Usage Arguments Value See Also Examples

View source: R/sd_pool.R

Description

SD_pool is a function for estimating a population standard deviation. The equation comes from Morris (2008) who recommends pooling the pre-test standard deviations of the control group and treatment group.

Usage

1
sd_pool(sd_t, sd_c, n_t, n_c)

Arguments

sd_t

Pre-treatment standard deviation of the treatment group.

sd_c

Pre-treatment standard deviation of the control group.

n_t

Number of subjects in the treatment group.

n_c

Number of subjects in the control group.

Value

Pooled standard deviation.

See Also

Morris, S. B. (2008). Estimating Effect Sizes From Pretest-Posttest-Control Group Designs. Organizational Research Methods, 11(2), 364-386.

Examples

1
sd_pool(sd_t = 1.17, sd_c = 1.4, n_t = 26, n_c = 22)

setgree/ResultsStandardizeR documentation built on June 2, 2020, 11:48 a.m.