[R] Odd and Even
Adaikalavan Ramasamy
gisar at nus.edu.sg
Mon Apr 7 04:31:03 CEST 2003
Or if you are very lazy there is is.odd() and is.even() in library sma.
-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de]
Sent: Sunday, April 06, 2003 8:36 PM
To: Dave Caccace
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Odd and Even
Dave Caccace wrote:
> Hi,
> I'm trying to create a function, jim(p) which varies
> depending on whether the value of p is odd or even. I
> was trying to use th eIf function, but i cant work out
> a formula to work out if p is odd or even.
> Thanks,
> Dave
if(p %% 2) "odd" else "even"
Uwe Ligges
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
More information about the R-help
mailing list