Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Summary statistics

    I am trying to produce summary statistics using the 'summarize' command however, I am getting irregular results. For example, I am getting a negative minimum value for income but I have checked the data and it shows no negative values

  • #2
    You can check the results of
    Code:
    summarize income
    with
    Code:
    codebook income
    or for that matter
    Code:
    list income if income<0
    I've never known Stata to be wrong about something so basic.

    Comment

    Working...
    X