simglm icon indicating copy to clipboard operation
simglm copied to clipboard

Simulate regression models

Results 5 simglm issues
Sort by recently updated
recently updated
newest added

```r sim_arguments correlate_variables(sim_arguments) ```

It would be great if `replicate_simulation` would take specified correlations among predictors (i.e. if the element `correlate` is present in `sim_args`) into account (maybe with an option?). I think this...

Primarily need to rework currenty `sim_glm` function to simulate item indicator variables.

enhancement

Add ability to run power for identification of DIF or estimate precision. Look into using `mirt`, `lme4`, or `ltm` for model fitting.

enhancement

For example, add the `rnbinom()` distribution instead of `rpois()` for count data.

enhancement