tidymodels / multilevelmod

Parsnip wrappers for mixed-level and hierarchical models
https://multilevelmod.tidymodels.org/
Other
74 stars 3 forks source link

Linear Quantile Mixed Model (lqmm) #66

Open mkrasmus opened 3 months ago

mkrasmus commented 3 months ago

I think a useful addition would be the Linear Quantile Mixed Model. As with quantile regression, it has become a fairly popular go to modelling approach especially in psychology / education. I think some of the functionality of the lqmm package is imported from nlme (eg ranef). The only additional parameter would require the user to set the tau. I haven't seen this feature raised in currently opened issues or past closed issues.

hfrick commented 3 months ago

Thank you for the feature request! We'll take a closer look at this the next time we do work on adding new features to multilevelmod.