Learn R Programming

R2GUESS (version 2.0)

plotcim.explore: Plots a cluster image mapping of correlations between outcomes and all predictors

Description

The plot.cim.explore function plots a cluster image mapping of correlations between outcomes and all the predictors.

Usage

plotcim.explore(matX, matY)

Arguments

matX

data frame corresponding to the predictors.

matY

data frame corresponding to the outcomes.

Details

To be used with a small number of predictors (<1,000).

Examples

Run this code
# NOT RUN {
data(data.Y.Hopx)
data(data.X)
plotcim.explore(data.X,data.Y.Hopx)
# }

Run the code above in your browser using DataLab