Skip to content

Empty gibes_res #3

Description

@wangtaifr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions