My data frame = epa201 I have three numeric columns: x, y, and z
what could be code to make correlation matrix and correlation among these three variables in R programming
I wrote:
corpmat (<-cor[,x, y, z])
corrplot(cormat)
but got wrong.
My data frame = epa201 I have three numeric columns: x, y, and z
what could be code to make correlation matrix and correlation among these three variables in R programming
I wrote:
corpmat (<-cor[,x, y, z])
corrplot(cormat)
but got wrong.