jmv R package - correlation matrix

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
pedrak
Posts: 16
Joined: Tue Apr 11, 2017 7:54 am

jmv R package - correlation matrix

Post 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
Attachments
Glena_laser-PICO.csv
(493 Bytes) Downloaded 396 times
Cattura.PNG
Cattura.PNG (9.54 KiB) Viewed 3962 times
pedrak
Posts: 16
Joined: Tue Apr 11, 2017 7:54 am

Re: jmv R package - correlation matrix

Post by pedrak »

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

The picture comes from the command above
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: jmv R package - correlation matrix

Post 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
pedrak
Posts: 16
Joined: Tue Apr 11, 2017 7:54 am

Re: jmv R package - correlation matrix

Post 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
Post Reply