[R] (no subject)

2011-09-07 Thread Varsha Agrawal
The code looks like this: L1=list(a=1,b=2,c=3) f1=as.factor(c) L1[[f1]] returns 1 What happens if we give a factor as an index at a list? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/lis

[R] What happens if we give a factor as an index at a list?

2011-09-07 Thread Varsha Agrawal
The code looks like this: L1=list(a=1,b=2,c=3) f1=as.factor(c) L1[[f1]] returns 1 What happens if we give a factor as an index at a list? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/lis

[R] Getting Started

2011-07-20 Thread Varsha Agrawal
I am a new user and want to learn R from the most basic level. Suggest me a reading or a link. Thanks Varsha P.S. I would appreciate if you could also send me the link where I can read questions and answers posted by others. [[alternative HTML version deleted]] ___