P.Dalgaard wrote: > > >> IF TYPE='TRUCK' and count=12 THEN VEHICLES=TRUCK+((CAR+BIKE)/2.2); > > vehicles <- ifelse(TYPE=='TRUCK' & count=12, TRUCK+((CAR+BIKE)/2.2), NA) > > Read both versions to an audience, and you will have to admit that this is one of the cases where SAS is superior. Dieter -- View this message in context: http://www.nabble.com/SAS-like-method-of-recoding-variables--tp24152845p24160742.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
- [R] SAS-like method of recoding variables? Mark Na
- Re: [R] SAS-like method of recoding variables? David Winsemius
- Re: [R] SAS-like method of recoding variables? Chuck Cleland
- Re: [R] SAS-like method of recoding variables? Peter Dalgaard
- Re: [R] SAS-like method of recoding variables? Dieter Menne
- Re: [R] SAS-like method of recoding variab... Peter Dalgaard
- Re: [R] SAS-like method of recoding variab... Simon Blomberg
- Re: [R] SAS-like method of recoding va... Dieter Menne
- Re: [R] SAS-like method of recoding variab... Frank E Harrell Jr
- Re: [R] SAS-like method of recoding va... Dieter Menne
- Re: [R] SAS-like method of recoding va... David Freedman
- Re: [R] SAS-like method of recodi... Frank E Harrell Jr
- Re: [R] SAS-like method of recoding variables? Peter Flom
- Re: [R] SAS-like method of recoding variables? David Hajage
- Re: [R] SAS-like method of recoding variab... Dieter Menne