bgall

Results 5 comments of bgall

Looks like this still is an issue :( `{"message":"Artifact not found or access denied."}`

@HenrikBengtsson Yes, that summarizes it. It's my understanding that dynamic balancing could produce the efficient distribution you mentioned, but would be strictly less efficient than the static approach: > it's...

A few thoughts: 1. Both the current `makeChunks` function and your proposal rely on `nbrOfWorkers`, so I am not sure what you mean when you write: > The advantage of...

@leeper I'd add the other survey package functions. While many of them are based on survey::svyglm() which are class glm, lm, and svyglm, the survey::svyolr() function is NOT from MASS::polr()...

For what it's worth, the problem is particularly acute when you have many clusters. See the below minimal working example. Obviously this doesn't just affect `lm_robust()` but also `commarobust()`. ```...