EstRatio {Temporal}R 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.


[Package Temporal version 0.3.0.1 Index]