Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulations to check permutation type I #2

Open
behinger opened this issue Feb 10, 2021 · 0 comments
Open

Simulations to check permutation type I #2

behinger opened this issue Feb 10, 2021 · 0 comments

Comments

@behinger
Copy link
Collaborator

behinger commented Feb 10, 2021

This is my first suggestion:

minimal

- y ~ 1 + (1|subject)
- 

basic

- y ~ 1 + cat*cont + (cat*cont||subject)

ranefs

- y ~ 1 + cat*cont + (cat*cont||subject)+ (1+cat || item)

correlated ranefs

- y ~ 1 + cat*cont + (cat*cont|subject)

I have scripts in matlab to simulate this exact design, but I'd rather use https://github.com/RePsychLing/MixedModelsSim.jl and reimplemente it, to be more flexible in design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant