Search found 3 matches

by andrea7121
Mon Feb 08, 2021 3:30 pm
Forum: Help
Topic: Partial correlation
Replies: 1
Views: 917

Partial correlation

I found documentation online for the "corrPart()" function to get matrices of partial/semipartial correlations but this function isn't actually present in the jmv package for R. I can see it in the jamovi GUI and I can see R syntax in Syntax Mode, but R doesn't recognize the function (and ...
by andrea7121
Wed Oct 07, 2020 5:57 pm
Forum: Help
Topic: postHoc in anovaRM
Replies: 2
Views: 1210

Re: postHoc in anovaRM

Thank you Jonathon! That gave me what I needed. For anyone else searching this topic, here's how I was able to set this up:

postHoc = list(
"Between",
c("Between","Within"),
"Within"
by andrea7121
Fri Oct 02, 2020 6:13 pm
Forum: Help
Topic: postHoc in anovaRM
Replies: 2
Views: 1210

postHoc in anovaRM

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...