Sohyun P.
stata 워드(word)로 리그레션 값 도출, 엑셀로 값 저장 본문
reg y x1, robust outreg2 using myreg.doc, replace ctitle(Model 1)
reg y x1 x2, robust outreg2 using myreg.doc, append ctitle(Model 2)
(ex)
gen comco=real(comcode)
reg na2018 na2017 i.comco
outreg2 using test.txt, append excel
(replace word or replace excel로 시작>>append excel)
use "http://dss.princeton.edu/training/Panel101.dta", clear
'Stata for paper' 카테고리의 다른 글
ts2000 관련, stata rolling (ex. 5yrs) (0) | 2023.01.15 |
---|---|
stata 결측값(missing value) 찾기, 변환 (0) | 2023.01.15 |
stata egen, rank, 표준화 (0) | 2023.01.15 |
stata dummy var. 생성 (0) | 2023.01.15 |
stata row 빼기, row count (0) | 2023.01.15 |