Hello. I tested GSimp with my own dataset using parallel mode. Imputations went fine except I noticed the gibbs_res slot was empty:
str (data.imputed$gibbs_res)
logi[1:3, 0 , 1:2000]
- attr(*, "dimnames")=List of 3
..$ : chr [1:3] "std" "yhat" "yres"
..$ : NULL
..$ : NULL
I wonder if there's anything wrong within the iterations
Here is my running code:
set.seed(123)
input.before.imp <- t(input)
data.imputed <- GS_impute(input.before.imp, n_cores = 96)
Thanks for your input..
Tai
Hello. I tested GSimp with my own dataset using parallel mode. Imputations went fine except I noticed the gibbs_res slot was empty:
I wonder if there's anything wrong within the iterations
Here is my running code:
Thanks for your input..
Tai