search for: corr_matrix

Displaying 1 result from an estimated 1 matches for "corr_matrix".

Did you mean: cormatrix
2012 Oct 12
0
Creating a correlation matrix with significance levels
...;- xtable(corstarsl(swiss[,1:4])) setwd(paste(path,"Output/Correlation/",sep="")) print.xtable(Output_cor, type="html", file="correlation.html") In this example it shows the output of package example Hmisc. I want to use this code for my own matrix called: Corr_Matrix <- cbind(MA_data_raw$1, MA_data_raw$2, MA_data_raw$3, MA_data_raw$4, MA_data_raw$5, MA_data_raw$6, MA_data_raw$7, MA_data_raw$8, I(MA_data_raw$21/MA_data_raw$20), MA_data_raw$9) How can I do this? Thanks! I appreciate all helpful answers! ;-) -- View this message in context: http://r.7896...