EstRatio: Ratio of Estimates

View source: R/Comparison.R

EstRatioR Documentation

Ratio of Estimates

Description

Calculate CIs and p-value for the ratio of estimates.

Usage

EstRatio(est1, se1, est0, se0, sig = 0.05)

Arguments

est1

Arm 1 estimate.

se1

Arm 1 standard error.

est0

Arm 0 estimate.

se0

Arm 0 standard error.

sig

Significance level.

Value

Data.frame containing estimated ratio, its standard error, lower and upper confidence bounds, and a p-value assessing the null hypothesis that the ratio is unity.


Temporal documentation built on Sept. 24, 2023, 1:06 a.m.