[R] value transformations in a vector

Peter Alspach PAlspach at hortresearch.co.nz
Thu May 15 23:16:55 CEST 2008


Juan Pablo

Look at the results of:

as.numeric(A!=1)

and

A[A!=1]

HTH .......

Peter Alspach

 

> -----Original Message-----
> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of Juan Pablo Fededa
> Sent: Friday, 16 May 2008 1:36 a.m.
> To: r-help
> Subject: [R] value transformations in a vector
> 
> Dear contributors:
> 
> I have vector A composed of numbers wich have values equal to 
> 1 and different to 1.
> I want to transform de components with a value=1 to a 
> component of value=0, and those with a value different to1, 
> to a value=1.
> Then I want to take out the components=0.
> Thanks in advance,
> 
> 
> Juan Pablo
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.
> 

The contents of this e-mail are privileged and/or confidential to the named
 recipient and are not to be used by any other person and/or organisation.
 If you have received this e-mail in error, please notify the sender and delete
 all material pertaining to this e-mail.



More information about the R-help mailing list