runehaubo / lmerTestR

Repository for the R-package lmerTest
48 stars 9 forks source link

feature: progress bar for lmer() computing #15

Closed b1azk0 closed 5 years ago

b1azk0 commented 5 years ago

Hello, would it be possible to add a simple progress bar for the model computation? 1/100 steps or something like this? I often find myself waiting for models couple of hours and this would help a lot in planning the CPU workload :)

Thanks #

runehaubo commented 5 years ago

The model fitting is done by lme4::lmer and a progress bar should be (and has been) discussed in the context of the lme4 package, so I'm going to close this issue here.