- data
Dataset in long format
- covar
Baseline covariate(s): must be complete (no missing values)
- depvar
Outcome variable
- treatvar
Treatment group variable: can be numeric or character
- idvar
Participant identifiervariable
- timevar
Variable indicating time point for repeated measures
- method
Reference-based imputation method: must be "J2R", "CR", "CIR", "MAR", "Causal" or "LMCF"
- reference
Reference group for "J2R", "CIR", "CR" methods, or control group for causal method: can be numeric or string
- methodvar
Variable in dataset specifying individual method
- referencevar
Variable in dataset specifying reference group for individual method
- K0
Causal constant for use with Causal method
- K1
Exponential decaying causal constant for use with Causal method
- delta
Optional vector of delta values to add onto imputed values (non-mandatory) (a's in Five_Macros user guide), length equal to number of time points
- dlag
Optional vector of delta values to add onto imputed values (non-mandatory) (b's in Five_Macros user guide), length equal to number of time points
- M
Number of imputations to be created
- seed
Seed value: specify this so that a new run of the command will give the same imputed values
- prior
Prior when fitting multivariate normal distributions: can be one of "jeffreys" (default), "uniform" or "ridge"
- burnin
Number of burn-in iterations when fitting multivariate normal distributions
- bbetween
Number of iterations between imputed data sets when fitting multivariate normal distributions
- mle
Use with extreme caution: do improper imputation by drawing from the model using the maximum likelihood estimates. This does not allow for uncertainty in the MLEs and invalidates interval estimates from Rubin's rules.