meanse.r: mean and se to r

meanse.rR Documentation

mean and se to r

Description

means and standard error of two groups to correlation coefficient

Usage

meanse.r(m1, m2, se1, se2, n1, n2, k)

Arguments

m1

mean of group 1

m2

mean of group 2

se1

standard error of group 1

se2

standard error of group 2

n1

cell size of group 1

n2

cell size of group 2

k

total number of predictors (k=0 for raw)

Examples

meanse.r(15.1, 13.2, .64, .164, 25, 45)
dat %>% mutate (r_from_meanse = meanse.r(stress_mean, control_mean, stress_se, control_se, stress_n, control_n)) -> dat


phoebehlam/michaela documentation built on Oct. 23, 2024, 4:10 p.m.