View source: R/MODULE_3_QC_PCA.R
generate_correlogram | R Documentation |
Function to calculate and plot the correlation matrix of TER test z scores.
Function to calculate and plot the correlation matrix of TER test z scores.
generate_correlogram(x) generate_correlogram(x)
x |
A list of TER test outputs. Each element of the list is a data frame produced by the |
x |
A list of TER test outputs. Each element of the list is a data frame produced by the |
Columns 1-4 of each output data frame describe Estimate, SD(Estimate), z score and p-value
of the logistic regression intercept. Columns 5-8 of the data frames describe Estimate, SD(Estimate),
z score and p-value of the independent variable (predictor) of the TER test. The generate_correlogram
function extracts the 7th column from all data frames and calculates and plots their correlation matrix. This function is an internal
component of the pairs2correlograms
function.
Columns 1-4 of each output data frame describe Estimate, SD(Estimate), z score and p-value
of the logistic regression intercept. Columns 5-8 of the data frames describe Estimate, SD(Estimate),
z score and p-value of the independent variable (predictor) of the TER test. The generate_correlogram
function extracts the 7th column from all data frames and calculates and plots their correlation matrix. This function is an internal
component of the pairs2correlograms
function.
Correlation matrix of z scores.
Correlation matrix of z scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.