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,
Dum_Pre1992=1 if observations are belong to Old universities
Dum_Pre1992=0 if observations are belong to New universities
Many thanks in advance!
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=0 if observations are belong to New universities
Many thanks in advance!
Comment