Displaying 1 result from an estimated 1 matches for "culr".
Did you mean:
cur
2008 Feb 24
1
Jitter in correlation matrix?
...)], lower.panel=panel.smooth, upper.panel=panel.cor)
# Save it
dev.copy(jpeg,filename="dep_correlationmatrix.jpeg",height=600, width=800,bg="white")
dev.off()
######################
# Independent variables
######################
# List of variables
# poldis , polres , ecdis , culres , gcc1
######################
# Look at the correlation matrix
cor(MAR[,c("poldis" , "polres" , "ecdis" , "culres" , "gcc1" )], use="complete.obs")
# Big time correlation matrix
panel.cor <- function(x, y, digits=2, prefix="&qu...