Announcement

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

  • Descriptive statistics

    How to use stata to directly output such a descriptive statistical result, it not only needs to be divided into groups for descriptive statistics, but also to reflect whether the difference between the means of the two groups is significant, I will only copy and paste, but it is too time-consuming. thank you all!
    Click image for larger version

Name:	9179ea1f9aec56eb367793b5a124e9b.jpg
Views:	1
Size:	506.4 KB
ID:	1680433

  • #2
    I recommend exporting all the statistics with the community contributed command asdoc.

    For the mean and standard deviation, you have the choice between the summarize command, and tabstat.

    Mean comparisons are conducted using the ttest command (based on the literature, it is generally recommended to assume unequal variances between groups).

    Comment


    • #3
      Originally posted by Maxence Morlet View Post
      I recommend exporting all the statistics with the community contributed command asdoc.

      For the mean and standard deviation, you have the choice between the summarize command, and tabstat.

      Mean comparisons are conducted using the ttest command (based on the literature, it is generally recommended to assume unequal variances between groups).
      Thank you very much! I wolud try it.

      Comment

      Working...
      X