Hi GS,

You could simply do the following

y <- x[<100]
z <- x[x>=100]

That's one of the wonderful things about R.

Vitor


--- gynmeerut <[EMAIL PROTECTED]> wrote:

> 
> Dear All,
>   I have some problem in R which I'm explaining
> using an example:
> x<-(120,235,172,95,175,200,233,142)
> i want to remove the elements which are lesser than
> 100 and as a result i want two vectors
> 
> y<-(containing elements <100)
> z<-(remaining elements)
> 
> 
> Moreover if I wish to use two different programs for
> vectors y and z.
> which command shall I use(will IF-ELSE  work ?)
> 
> 
> 
> Thanks and regards,
> 
> GS
> 
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
> 


Vitor Chagas
Actuary
Portugal

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to