[R] SAS-like method of recoding variables?
Dieter Menne
dieter.menne at menne-biomed.de
Tue Jun 23 15:17:12 CEST 2009
Frank E Harrell Jr wrote:
>
>
> Here's a case where SAS is clearly not superior:
>
> IF type='TRUCK' AND count<12 THEN vehicles=truck+(car+bike)/2.2;
>
> If count is missing, the statement is considered TRUE and the THEN is
> executed. This is because SAS considers a missing as less than any
> number. This resulted in a significant error, never corrected, in a
> widely cited New England Journal of Medicine paper.
>
>
Which is an argument against the implementation, not against the syntax.
Dieter
--
View this message in context: http://www.nabble.com/SAS-like-method-of-recoding-variables--tp24152845p24165790.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list