Re: [R] Hmisc label function applied to data frame

2010-12-05 Thread Krishna Tateneni
Hello again, I have found that if I use sapply, I do not get a warning, i.e., lbl1 = sapply(d[,var1],label) works correctly and gives no warning. I'm sorry this did not occur to me earlier, my apologies! --Krishna On Thu, Dec 2, 2010 at 11:36 AM, Krishna Tateneni wrote: > Hello, > > I'm atte

Re: [R] Hmisc label function applied to data frame

2010-12-03 Thread Dieter Menne
KT_rfan wrote: > > > I'm attempting to create a data frame with correlations between every pair > of variables in a data frame, so that I can then sort by the value of the > correlation coefficient and see which pairs of variables are most strongly > correlated. > > The sm2vec function in the

[R] Hmisc label function applied to data frame

2010-12-02 Thread Krishna Tateneni
Hello, I'm attempting to create a data frame with correlations between every pair of variables in a data frame, so that I can then sort by the value of the correlation coefficient and see which pairs of variables are most strongly correlated. The sm2vec function in the corpcor library works very