Description Usage Arguments Value
For a given dataset with monotone missingness, impute the missing data from the conditional distribution given observed under J2R by proper MI, output the imputed dataset
1 2 3 4 5 6 7 8 9 10 11 |
seq_formula |
a list of formulas for sequential regression |
data_wide |
wide-form of the data frame |
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) |
id_name |
name of the id variable |
method |
name of the likelihood-based method. Available: PMM, CBMI |
bootstrap |
Whether to use bootstrap variance |
B |
the number of bootstrap replicate |
Point estimation and variance estimation obtained by delta method:
llh_estpoint estimate
var_llhvariance estimate approximated by delta method
var_bootvariance estimate approximated by delta method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.