Description Usage Arguments Value
Uses a Dirichlet Process Mixture Transformation Model to sample missing data values from the corresponding posterior distribution.
1 2 |
data |
A data frame, consisting of numeric, integer, or ordered factor columns. |
imputations |
The number of imputed datasets to return, defaults to 10. |
max_clusters |
The maximum number of clusters for the mixture model. |
n_iter |
Number of iterations for the MCMC sampler. |
burnin |
Number of iterations for initial burn-in period. |
validator |
A function that takes in an observation and determines whether it is feasible. |
cap |
Maximum number of rejected proposals allowed for the constrained sampler |
seed |
Random seed. |
A tibble
consisting of multiply imputed data sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.