[R] Recode variable as NA
Neil Leonard
nleonard at tartarus.uwa.edu.au
Sat Oct 30 10:02:46 CEST 2004
Sorry, I meant putting missing values into a variable.
Thank you for your help.
Neil
On 30/10/2004, at 3:10 PM, <Bill.Venables at csiro.au> wrote:
> Would you care to be a bit more explicit?
>
> If you mean how would you put missing values into a variable, this is
> easy
>
> blank.spots <- c(1:4, 23, 30:31)
> variable[blank.spots] <- NA
>
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Neil Leonard
> Sent: Saturday, 30 October 2004 4:41 PM
> To: R-help help
> Subject: [R] Recode variable as NA
>
>
> Hi,
>
> I was wondering how I would recode a variable as being NA (or missing).
>
>
> Thanks
> Neil
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
More information about the R-help
mailing list