Dear Listers,
Using -contrast- after the -mixed- command allows you to test the main and interaction effects:
mixed y a##b || id:, contrast a##b The -contrast- command estimates a chi-square test - is this a Wald test? I have seen online references suggesting the chi-square test can also be converted into ANOVA- style F-ratio tests (chi-square/df) and in this resource it shows how for repeated measures, F-ratio tests can be directly obtained by specifying repeated methods and small samples: https://www.stata.com/stata-news/new...ing-contrasts/ mixed y a##b || id:, dfmethods(repeated) contrast a##b, small How small would the sample really need to be for one to be able to use such an approach? Most readers are familiar with the F-ratio so it may be helpful to report it over the chi-square. I would also welcome some more information on the relationship between the chi-square and F-ratio tests calculated by the -contrast- command following -mixed- Any resource welcome. Thanks in advance,
Laura
Related Posts with Mixed regression contrasts
rifhdreg svy optionDear list members, I have been using the rifhdreg command a lot and it worked out very well. The ba…
x*x Frequency Table Across A VariableHi Everyone, I am working with a datset that has following variables: 1) mrn: unique identifier 2)…
Interpreting an Statistically Insignifcant interaction of a classical DID analysisDear Stata Members Based on the below result, I have the following questions Code: reghdfe lever_w…
Confirmatory Factor Analysis (CFA) with single-item scalesHi everyone, I am interested in running a confirmatory factor analysis (CFA) to SEM model with five …
Export SEM models into formatted tablesDear all, Because I have to use FIML in my analyses, I'll have to rewrite my code from using the 'r…
Subscribe to:
Post Comments (Atom)
0 Response to Mixed regression contrasts
Post a Comment