On Wed, 28 May 2003, Adrian Dusa wrote:

>
>
> I would like values 97, 98 and 99 to be treated as missing values.
>

VAR1[VAR1 %in% c(97,98,99)]<-NA

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to