Displaying 1 result from an estimated 1 matches for "phzoc".
Did you mean:
phuoc
2002 Sep 02
2
ifelse behavior
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear R-Users,
I cannot understand the behavior of ifelse.
I have a vector blah
> str(blah)
List of 14
$ index.s : num 100
$ index.u : num 100
$ index.t : num 100
$ yabstand.s: num NA
$ yabstand.u: num NA
$ modal.s : int 8
$ modal.u : int 71
$ modal.t : int 21
>
> str(blah$index.s)
num 100
>
everything seems OK.
when