simr icon indicating copy to clipboard operation
simr copied to clipboard

Power Analysis of Generalised Linear Mixed Models by Simulation

Results 106 simr issues
Sort by recently updated
recently updated
newest added

Pivoting bug. Look at `safe_chol` in lme4 codebase?

`print` and `summary` for powerCurve should both report errors and warnings.

Should probably treat character variables as factors. e.g. "a" "b" "c" should extend to "a" "b" "c" "d" "e" "f" not "1" "2" "3" "4" "5" "6".

Hi, My code is as follows: ``` fit2

Probably needs an ugly hack to fix, might be worth it since it's a very common package.

Need to think about what's required for this. Part of precision analysis work?

Hi, I can't find the answer to why I get 0 power using powerSim on a multilevel model. This is my model ``` model.of.interest.1

Hi there, I have a doubt about how to set residual sd (sigma) for a PA, using makeLmer function of the simR package. When defining the fixed effect, my parameter...

Change `model1` to use `lm`: `lm(y ~ x + g, data=simdata)`. `coef