distribution of sample correlation coefficients between two group data
I want to draw a figure to show the distribution of correlation coefficients between two group data. X shows the coefficient and Y shows the density.
With this purpose, is there any R script or package for this?
• 1,622 views
•
link
0 answers
No answers yet.
Log in to answer this question.
A scatterplot (X-Y plot) can be done with the plot function in R.