jasp-stats / jasp-issues

This repository is solely meant for reporting of bugs, feature requests and other issues in JASP.
55 stars 29 forks source link

[Feature request]: Allow Mixed models to only estimate the random effects. #2780

Closed qymera0 closed 1 week ago

qymera0 commented 1 week ago

Description

It would be interesting if we could specify a mixed model with only random effects. In Engineering and Industrial Statistics, this is a very common case, where you want to just estimate a process variance, but no systematic effect is present.

Purpose

Increase the flexibility of different model structures.

Use-case

No response

Is your feature request related to a problem?

No

Is your feature request related to a JASP module?

No response

Describe the solution you would like

Allow specify the models like this: y ~ 1 + (1 | z)

Describe alternatives that you have considered

I tried to manually change the formula at R console, but when I hit ctrl + enter, it gives me an error.

Additional context

This case can be complementary of the feature request I did related to add nested random terms.

FBartos commented 1 week ago

Hi, this feature was recently added, and it will be in the upcoming release! 🎊

qymera0 commented 1 week ago

Thank you so much! Your software is really fantastic!