geo.r: geometric mean and ci to r

geo.rR Documentation

geometric mean and ci to r

Description

geometric means and confidence interval of two groups to correlation coefficient

Usage

geo.r(
  m1,
  m2,
  cil1,
  ciu1,
  cil2,
  ciu2,
  n1,
  n2,
  k,
  result = c("sediff", "cil", "ciu")
)

Arguments

m1

geometric mean of group 1

m2

geometric mean of group 2

cil1

lower bound of 95 confidence interval

ciu1

upper bound of 95 confidence interval

cil2

lower bound of 95 confidence interval

ciu2

upper bound of 95 confidence interval

n1

cell size of group 1

n2

cell size of group 2

k

total number of predictors (k=0 for raw)

Examples

geo.r(.76, .75, .41, 1.38, .45, 1.26, 57, 355, 0)


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