Graphs in R
I would like to create the boxplot and whisker graphs from JASP (Descriptives -> Descriptive Statistics) in R to play around with colours etc. Is there code for this?
Thanks
I would like to create the boxplot and whisker graphs from JASP (Descriptives -> Descriptive Statistics) in R to play around with colours etc. Is there code for this?
Thanks
Comments
Hi AKMneuro,
Well, all of our code is online, but you'd probably need to search for a long time. I'll ask the team member with expertise on this to point you in the right direction.
Cheers,
E.J.
Hi AKMneuro,
the boxplot is made in this function in the descriptives R file. However, it has a lot of preprocessing for the different options available in JASP so it is perhaps not the most legible thing. The most relevant part actually starts here.
Hope this helps!
Erik-Jan