After all these hours of searching, you saved my day Sir!
From the bottom of my heart, thank you!
hope you have a great day, you deserve it!
From the bottom of my heart, thank you!
hope you have a great day, you deserve it!
global save "Whatever file name"
net install asdoc, from(http://fintechprofessor.com) replace
setstars(*@.001, **@.01, ***@.05)
sysuse auto, clear asdoc reg price mpg rep78 headroom trunk weight length turn, replace setstars(*@.001, **@.01, ***@.05)
net install asdoc, from(http://fintechprofessor.com) replace
// Nested regression sysuse auto, clear asdoc reg price mpg rep78 headroom trunk weight length turn, /// replace setstars(*@.001, **@.01, ***@.05) nest // Once set, the setstars() option does not need to be re-typed. asdoc reg price mpg rep78 headroom trunk weight , /// nest
asdoc reg price mpg rep78 headroom trunk weight length turn, /// setstars(*@.001, **@.01, ***@.05) asdoc reg price mpg rep78 headroom trunk weight
sysuse auto, clear asdoc reg price mpg, stat(aic bic) nest replace
webuse metabolic manova y1 y2 = group asdoc estimates replay, replace
webuse metabolic
sysuse auto, clear generate id = (price<=5000) sort id foreign asdoc by id foreign: sum trunk
asdoc sum trunk, by(id foreign) bys id foreign: asdoc sum trunk
Comment