Announcement

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

  • How to solve error r (134)

    Hi,

    I need help in creating a syntax for "mode" the variable i am using is income. The question is Calculate the mode for income


    Thank you.

  • #2
    -help egen-, specifically the mode() functions. Do note that the use of modes is treacherous because there can be more than one mode, and choosing which one you want to use can be quite arbitrary.

    Comment


    • #3
      Code:
      . error 134
      too many values
      r(134);
      What command are you using? I know no command mode.

      The likely cause is a tabulation command called by a program falling over.


      I'd look for an income mode on logarithmic scale if I looked at all.

      Comment

      Working...
      X