library(miceRanger)
= readRDS(file = "datasets/clusterdata.RDS")
phonedata_sensing = phonedata_sensing[, c(1:1821)]
phonedata_sensing set.seed(42)
= miceRanger(phonedata_sensing, m = 1, maxiter = 1,
mice_obj_sensing valueSelector = "meanMatch", verbose = FALSE)
saveRDS(mice_obj_sensing, file = "mice_obj_sensing.RDS")
This document is an updated copy of a published commentary, to showcase Quarto manuscripts in our Quarto workshop. The official online repository of our published commentary can be found here.
The analysis presented in the electronic supplemental material document are quite similar for more elaborate imputation schemes. For the interested reader, we prepared data imputed with the miceRanger
package.
In [1]:
See the instructions on how to use this imputed dataset in the electronic supplemental materials.