hrData: A simulated data set

Description Usage Format References Examples

Description

A simulated cohort with 9 confounders (X1 to X9), generated with the algorithm described in Hajage *et al.* (2018) doi: 10.1002/bimj.201700330.

Usage

1

Format

An object of class "data.frame".

References

Closed-form variance estimator for weighted propensity score estimators with survival outcome. Submitted to Statistics in Medicine (2017).

Examples

1
2
3
data(hrData, package = "hrIPW")
hrIPW(hrData, time = "time", status = "status", exposure = "Trt",
      variables = paste("X", 1:9, sep = ""), wtype = "ATE-stab")

hrIPW documentation built on April 14, 2020, 6:04 p.m.

Related to hrData in hrIPW...