Patrick Rockenschaub

Results 3 comments of Patrick Rockenschaub

I just stumbled across this in one of my projects. The problem appears to be the `type` argument passed to `mitml::jomoImpute`. In `mice::sampler` line [47](https://github.com/amices/mice/blob/422ea8d2f69a5a4fe6d6e4e60db2c1f14cb30451/R/sampler.R#L47) `type` is set to the...

Another quick option for the case of `glm` would be to `mget` the variables. `with.mids` evaluates the `glm` expression "within" the each complete data.frame, i.e. the columns of the data.frame...

Happy to get involved in the discussion as to how the new `mice` functionality may be integrated into `loo` and `brms` (if possible and sensible). The new functionality enables a...