ci_pval: Calculate pvalues from confidence intervals

View source: R/ci_pval.R

ci_pvalR Documentation

Calculate pvalues from confidence intervals

Description

The calculation method is based on this publication: https://www.bmj.com/content/343/bmj.d2304.

Usage

ci_pval(est, l, u, log.trans = TRUE, conf.level = 0.95)

Arguments

est

Estimate (e.g. difference or ratio)

l

lower limit of confidence interval

u

upper limit of confidence interval

log.trans

logical indicating whether estimates should be log transformed. If TRUE values will be log transformed before calculation. Default is TRUE.

conf.level

confidence level


MBender1992/emR documentation built on Feb. 18, 2025, 9:21 a.m.