Mairead Shaw

Results 37 comments of Mairead Shaw

Hmm, odd. Can I see what model you ran? Or, if possible, data & code for a reproducible example.

Got it. Let me know when you have the dataset and code, and I'll dig in to see where the error is coming from.

@nathgeig Thanks for sending that along! I'm in crunch time on some other projects, but I'll take a look in a month or so.

@nathgeig I'm back working on this issue! I think I've solved it -- can you download the development version using `devtools::install_github("mkshaw/r2mlm")` and let me know if it works for you,...

Hi @tj-sullivan, there are some other typos in the function that might be causing that error, which will be addressed this week. I'll update you when the fixes are up...

@tj-sullivan New version is on CRAN, want to try re-installing the package and running your code again?

@Luc447 are you able to share any data (even a subset or simulated) that replicates the problem?

@Luc447 I can't reproduce it without the data (`daten3` in this case). If you want, you can email it to me (mairead dot shaw at mail dot mcgill dot ca)...

Thanks for bringing this to my attention! I'll take a look and post updates here as I solve the issue.

Hello! For now, you would need to manually change your factor-level predictors to numerical variables (except the clustering variable, which you can leave as a factor.) Let me know if...