Displaying 1 result from an estimated 1 matches for "tp21943309p21943309".
Did you mean:
tp21943308p21943308
2009 Feb 10
7
ifelse()
I have a problem with ifelse(), I do not understand how it works.
> X<-c(2,2,1,1,0,0)
> str(X)
num [1:6] 2 2 1 1 0 0
> Y<-ifelse(X>0,1,0)
> Y
[1] 1 1 1 1 0 0
>
Can some one explain what is going on, I do not understand what ifelse is
doing in this case. Can someone explain the output Y.
Thanks
--
View this message in context: