Description Usage Arguments Value
Obtain estimation of the ATE using naive method by Rubin's rule or bootstrap
1 2 3 4 5 6 7 8 9 10 11 12 |
mmrm_formula |
a symbolic description of the model to be fitted |
data_long |
long-form of the data frame |
time_name |
name of the time variable |
id_name |
name of the id variable |
trt_name |
name of the treatment variable |
M |
imputation size |
fit_model |
type of the analysis model. Available: lm, Rfit::rfit (rank regression), MASS::rlm (robust regression) |
estimator |
Estimator type in Rubin's method |
bootstrap |
Whether to use bootstrap variance |
B |
the number of bootstrap replicate |
point estimation, variance estimation (Rubin + bootstrap)
ate_estMI point estimation of the ATE
var_rubinMI variance estimation by Rubin's rule
var_bootMI variance estimation by bootstrap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.