Re: [R] Factor to continuous

2009-04-14 Thread Keith Jewell
I suspect the OP is looking for FAQ 7.10 http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-do-I-convert-factors-to-numeric_003f HTH Keith J "Luc Villandre" wrote in message news:49e495fe.1090...@dms.umontreal.ca... > Hi, > > You'll need to be more specific about the nature of your problem. Cou

Re: [R] Factor to continuous

2009-04-14 Thread Luc Villandre
Hi, You'll need to be more specific about the nature of your problem. Could you describe what exactly you're trying to do and why you need to transform factors into continuous variables? Could you also provide a small subsample of the data you're working with? Without such information, I doub

Re: [R] Factor to continuous

2009-04-13 Thread David Winsemius
FAQ 7.11: http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-do-I-convert-factors-to-numeric_003f On Apr 13, 2009, at 7:01 AM, joewest wrote: Hi I am really struggling with changing my factors into continuous variables. There is plenty of information on changing continuous to a factor whic

Re: [R] Factor to continuous

2009-04-13 Thread Dimitris Rizopoulos
check R FAQ 7.10 Best, Dimitris joewest wrote: Hi I am really struggling with changing my factors into continuous variables. There is plenty of information on changing continuous to a factor which is the opposite of what i need to do. I would be soo grateful for any help Thanks Joe