Announcement

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

  • decimal places

    Hello, I want to set maximum 3 decimal places for my output. How can I do that? for example how would I be able to apply these decimals places command in tabstat, regression and correlation analysis ? Thanks.

  • #2
    For regression analyses, use the -cformat- and related commands. -help cformat-. For tabstat, the command has a -format()- option you can specify. The format you want is %4.3f. I don't think you can control the output format from -corr-.

    Comment


    • #3
      User-written cpcorr (SSC) and corrci (SJ) have options to control display format.

      Comment

      Working...
      X