Announcement

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

  • How to increase the category size in STATA

    Please tell me how to increase the category size in the STATA output table.
    here I am attaching the STATA output table:


    orga11 1 3 4 Total

    ACINETOBACTER BARMA.. 0 1 0 1
    ACINOBACTER RADIORE.. 0 1 0 1
    AEROMONAS HYDROPHILA 1 0 0 1
    Acinetobacter bauma.. 1 1 0 2

    in the data file, these names are in full but in the table of the output window, they did not appear properly.



  • #2
    Pratibha:
    please see -help display-.
    That said, it's better to use abbreviations to name variable and rely on -label- to report them in he dataset with their full name, if necessary.
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      I would standardize case of species name in the form
      Genus species, as in Homo sapiens.

      list allows control over text length. See also the groups command from the Stata Journal.

      Code:
      search st0496, entry
      Last edited by Nick Cox; 24 Sep 2022, 02:24.

      Comment

      Working...
      X