EstDiff {Temporal}R Documentation

Difference of Estimates

Description

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

Usage

EstDiff(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 difference, its standard error, lower and upper confidence bounds, and a p-value assessing the null hypothesis of no difference.


[Package Temporal version 0.3.0.1 Index]