Learn R Programming

meta (version 1.1-2)

ci: Calculation of confidence intervals (normal approximation)

Description

Calculation of confidence intervals; based on normal approximation.

Usage

ci(TE, seTE, level=0.95)

Arguments

TE
Estimated treatment effect.
seTE
Standard error of treatment estimate.
level
The confidence level required.

Value

  • List with components
  • TEEstimated treatment effect.
  • seTEStandard error of treatment estimate.
  • lowerLower confidence limits.
  • upperUpper confidence limits.
  • zscoreTest statistic.
  • pP-value of test with null hypothesis TE=0.
  • levelThe confidence level required.

Examples

Run this code
as.data.frame(ci(170, 10))
as.data.frame(ci(170, 10, 0.99))

Run the code above in your browser using DataLab