pool_mean_sd: Pool mean and SD estimates from two groups or cohorts

View source: R/extract_stats.R

pool_mean_sdR Documentation

Pool mean and SD estimates from two groups or cohorts

Description

Pool mean and SD estimates from two groups or cohorts

Usage

pool_mean_sd(n1, n2, m1, m2, s1, s2)

Arguments

n1

sample size of group 1

n2

sample size of group 2

m1

mean of group 1

m2

mean of group 2

s1

SD of group 1

s2

SD of group 2

Value

list with pooled mean and SD estimates


thomasbattram/usefunc documentation built on April 24, 2023, 1:46 p.m.