There are several ways to test whether
a value is an integer. An integer is
the same as its floor and its ceiling
and also x == int(x). So
if x == int(x)
and
if x != int(x)
are two such tests.
Nick
[email protected]
Nahid
> I have a simple question. I have a column (x) with integer
> and non-integer values, such as 2, 2.03. 1, 1.8, .... I want
> to use this column to identify each record by referring to
> the integer and alternatively non-integer values. How do I
> refer to them?
>
> for example:
>
> 'an expression' if x==integer values
> 'another expression' if x ~=integer values
>
> In these two examples how do I identify the integer and
> non-integer values?
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/