standdr_sim | R Documentation |
Data Simulation for Doubly Robust Standardization
standdr_sim(
n = 3000,
ss = 100,
alpha = 0.13,
beta = 20,
probH = 0.05,
seed = NULL
)
n |
Number of individuals/observations. |
ss |
Number of covariates. |
alpha |
coefficient used to compute the distribution of |
beta |
coefficient used to compute the distribution of |
probH |
probability of H. |
seed |
Seed value. default is |
List with a dataframe of Y, T and H and summary statitics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.