Stata Inspect

The inspect command describes a numeric variable.


Usage

inspect foo
insepct foo if bar==1
insecpt foo in 1/10

The output includes:

As an example:

. webuse auto
(1978 automobile data)

. inspect mpg
mpg:  Mileage (mpg)                     Number of observations
                                     Total    Integers    Nonintegers
       #                  Negative       -           -              -
       #                  Zero           -           -              -
       #                  Positive      74          74              -
   #   #
   #   #   #              Total         74          74              -
   #   #   #   #   .      Missing        -
12                   41                 74
  (21 unique values)


See also

https://www.stata.com/manuals/dinspect.pdf


CategoryRicottone

Stata/Inspect (last edited 2023-06-09 14:23:32 by DominicRicottone)