Page 1 of 1

jmv R package - correlation matrix

Posted: Sun Jul 02, 2017 7:32 pm
by pedrak
Dear Friends,

I encountered a problem using the jmv R package. Trying to flag significant correlations (flag=T) I found it didn't work, al least on my system. Moreover I have a second problem if, senseless operation, I add the same variable two times ...

You will find an example below :

> glena
laser_1st laser_2nd
1 4.52 4.52
2 2.37 2.37
3 4.75 4.76
4 3.97 3.97
5 5.10 5.10
6 4.33 4.34
7 4.15 4.15
8 6.42 6.42
9 2.83 2.84
10 4.82 4.82

> corrMatrix(glena, c('laser_1st','laser_2nd'), flag=T)


On Jamovi 7.3.5 it worked perfectly.
I am using windows 10, R 3.4.1, Rstudio 1.0.143, jmv 0.7.3.5

Best regards and many thanks in advance for any help

Giuseppe

Re: jmv R package - correlation matrix

Posted: Sun Jul 02, 2017 7:35 pm
by pedrak
> corrMatrix(glena, c('laser_1st','laser_2nd', 'laser_2nd'), spearman=T, flag=T)

The picture comes from the command above

Re: jmv R package - correlation matrix

Posted: Wed Jul 05, 2017 6:06 pm
by jonathon
hi pedrak,

yes, you're right. i haven't completely finished the footnotes in the ascii output.

thanks for drawing my attention to it. i'll hopefully get to look at this in the next week or so.

do chase me up if you think i've forgotten, or are taking too long.

with thanks

jonathon

Re: jmv R package - correlation matrix

Posted: Wed Jul 05, 2017 8:12 pm
by pedrak
Hi Jonathon,

many thanks for your reply, I am aware you have a lot things to do, so I will try to not stress you too much.

Best regards
Giuseppe