postHoc in anovaRM
Posted: Fri Oct 02, 2020 6:13 pm
Hi there,
I cannot figure out how to get post-hoc tests within the anovaRM() function in jmv for R when there is more than one factor and interactions are present. For example, if I have one between-subjects factor I give it a label on the "bs = " line. And my within-subjects factor gets a label on the "rm = " line. Then in the results their interaction is labeled automatically (e.g., Between:Within).
When I use "postHoc = " to ask for post-hoc tests, I can't seem to get tests for all the subgroups. I'm restricted to the marginal group means for each factor. I tried:
postHoc = list(list("Between","Within","Between:Within")) but including this last term produced an error (*note "Between" and "Within" are standing in here in my example for the actual labels I'd have given to these two factors).
Any suggestions?
I cannot figure out how to get post-hoc tests within the anovaRM() function in jmv for R when there is more than one factor and interactions are present. For example, if I have one between-subjects factor I give it a label on the "bs = " line. And my within-subjects factor gets a label on the "rm = " line. Then in the results their interaction is labeled automatically (e.g., Between:Within).
When I use "postHoc = " to ask for post-hoc tests, I can't seem to get tests for all the subgroups. I'm restricted to the marginal group means for each factor. I tried:
postHoc = list(list("Between","Within","Between:Within")) but including this last term produced an error (*note "Between" and "Within" are standing in here in my example for the actual labels I'd have given to these two factors).
Any suggestions?