Displaying 1 result from an estimated 1 matches for "correlationship".
2011 Mar 01
3
Is there any Command showing correlation of all variables in a dataset?
Thanks in advance.
I want to derive correlations of variables in a dataset
Specifically
library(Ecdat)
data(Housing)
attach(Housing)
cor(lotsize, bathrooms)
this code results only the correlationship between two variables.
But I want to examine all the combinations of variables in this dataset.
And I will finally make a table in Latex.
How can I test correlations for all combinations of variables?
with one simple command?
--
View this message in context: http://r.789695.n4.nabble.com/Is-the...