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
Please note these steps require a Displayr license.
Method
1. Create an R output by Calculation > Custom Code.
2. Click on the page to place the custom calculation.
2. Enter the following code into the R Code section of the object inspector:
correlation.matrix$cor
3. Click the Calculate button.
Next
How to Create a Correlation Matrix