Hi snowsoc11
You haven't provided a data set to work with and thus it's more difficult to assist with your problem. For more about how to provide a reproducible example check out:
http://stackoverflow.com/questions/5...ucible-example
It's also much easir to help when you place code inside of code tags. You can do this by either clicking the pound (#) sign icon or wrap with [CODE]some code[/CODE] which produces:
Once you do that it'll be easier to help you. In the mean time may I suggest the pairs.panels function from the psych package. I think it's more informative visually and gives you the correlations you're after. Here's an example:Code:some code
Code:library(psych) pairs.panels(attitude)





Reply With Quote

