Announcement

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

  • Summary statistics by groups

    Hello all,

    Do you konw how to replicate the below Table? and export the result to a word.

    The Table is produced by paper "Vice-chancellor narcissism and university performance (Link:https://doi.org/10.1016/j.respol.2023.104901)".

    I have the following codes,
    Code:
    local VC_char Dum_Male Age_VC Dum_Oxbridge Dum_Fellowship Dum_Science 
    local Uni_char Dum_Russell Dum_Pre1992 TotalStaff Total_FT_Students TotalAssets
    asdoc sum  `VC_char' `Uni_char', format(%12.3f)  replace
    Dum_Pre1992=1 if observations are belong to Old universities
    Dum_Pre1992=0 if observations are belong to New universities

    Many thanks in advance!
    Attached Files

  • #2
    Looks like something you could do with dtable
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment

    Working...
    X