aloy/lmeresampler

Error in 'purrr::map()' no applicable method for 'fixef' applied to an object of class "character"

baeyc opened this issue · 0 comments

baeyc commented

Hi,
I am running in to this issue when running the following code :
lmeresampler::bootstrap(m, mySumm, B = B, type = "parametric")

Error :
Error in purrr::map():
ℹ In index: 59.
ℹ With name: X59.
Caused by error in UseMethod():
! no applicable method for 'fixef' applied to an object of class "character"

It happens for some of the bootstrap runs, since it does not appears automatically, but only at some occasions. Would it be possible to identify and correct the bug, or at least, to use a try-catch expression to by-pass any problematic sample?

Thank you very much!
Best,
Charlotte