Skip to content
Back to formatted view

Raw Message

Message-ID: <024D6AEFCB92CB47BA1085751D184BB801053FA1@MBXSRV03.stf.nus.edu.sg>
Date: 2003-04-07T02:31:03Z
From: Adaikalavan Ramasamy
Subject: Odd and Even

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