Skip to content
Prev 19605 / 20628 Next

p-correction for effects in LMM

Just to follow up:

   parametric bootstrap is more accurate, but slower, than profile CIs. 
Profile CIs are more accurate, but slower, than Wald CIs.  It is not 
unusual for all three CIs to be similar, especially for the fixed 
effects, and especially for LMMs/clean data/large data.

https://stats.stackexchange.com/questions/351164/confidence-intervals-for-glmm-bootstrap-vs-likelihood-profile/351171#351171

   parallel::detectCores() should (?) tell you how many cores you have. 
You may not want to use all of them at once (e.g. so you have some 
resources left for interactive work).
On 12/1/21 7:48 AM, marKo wrote: