-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
DF between-within #192
Comments
Ich nicht spreche Deutsch 🤷♂️ Was ist das? (Hope I got that right?) |
I haven't found a good resource quickly, the idea came up when reading this thread: |
Also, you may find this one informative: Currently, in R, only the containment method seems to be implemented (glmmPQL, nlme). In the repeated observations, especially in longitudinal trials, the between-within DF is often preferred as the last-resort option, if K-R or Satterthwaite cannot be used. |
Thanks for the hint to the paper. I'm not sure how the DDF-B-W are calculated. The paper simply states |
Any SAS-Users here that can provide the output of some toy example that can be reproduced in R, so I can check the implementation of |
@bwiernik maybe you could also give some input here? |
rank(x) refers to rank of the fixed effects design matrix |
The between-within method was derived for repeated measures (fixed effects) designs with various error structures, not for random effects or mixed effects designs. So it doesn't pay any attention to the random effects design matrix |
http://de.saswiki.org/images/d/d4/11.KSFE-2007-Buescher-Analyse_longitudinaler_Daten.pdf
The text was updated successfully, but these errors were encountered: