Announcement

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

  • Table command in stata 16 does not allow statistic option

    Hello there,

    I am running a 3-way table using table command. I tried to add statistic and no totals options but I am getting "options no totals or statistic not allowed". Any recommendation on how I can get the table with summary statistics (col percent, p-value etc..). I am using Stata version 16. Here below is my command:
    table (hh_district) (term ch_stunted), nototals statistic(percent,across(term))

    hh_district refers to district name (categorical), ch_stunted: stunting status(yes/no) and term refers to survey timing (baseline vs follow up). Also does the table command in stata version 16 allows svy option?

    Looking forward to your support

  • #2
    table in Stata 16 does not allow the syntax introduced in Stata 17. For full documentation of your table start with help table in your Stata and continue with the manual entry.

    Comment

    Working...
    X