Announcement

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

  • Why am I getting "Option stat() not allowed" upon using it with table command?

    Hi,

    I'm trying to get a table with three variables and used
    Code:
    table y1 x round,stat(fvrawfrequency)
    but it's giving me an error:
    Code:
    option stat() not allowed
    r(198)
    The stata documentation here says option can be used so I'm not sure where I have gone wrong. Could someone help me out here? Thanks!

    I'm using version 14.2
    Last edited by Titir Bhattacharya; 23 May 2022, 09:47.

  • #2
    Thank you for telling us the version you are using. The link refers to documentation for version 17, in which -table- was rewritten. You should reference the documentation that came with your Stata installation which uses the older -table- command.

    Comment

    Working...
    X