Announcement

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

  • Determining numeric "rule" used for a categorical variable

    Hi,

    I'm trying to figure out what "rule" has been used for assigning letter grades in my data. I have observations each with a numeric score and an associated letter grade, and I want to determine how the grades have been assigned. Does anyone have advice/hints for me?

  • #2
    Code:
    tabstat score, s(min max) by(grade)

    Comment

    Working...
    X