Introduction
This article describes how to go from a correlation matrix:
To an R data frame table containing the correlation coefficients from the correlation matrix:
Requirements
- A Displayr document containing a Correlation Matrix.
Method
1. Create an R output by selecting Anything > Calculation > Custom Code.
2. Enter the following code into the R CODE section of the object inspector:
correlation.matrix$cor
3. Click the Calculate button.
See Also
How to Create a Correlation Matrix
How to Conduct a Test of Correlation Between Two Variables
How to Create a Scatter Plot Matrix
Comments
0 comments
Article is closed for comments.