Hi,
I am running a regression and my validity tests tell me to use regular standard errors (that robust are not needed). I have previously only used robust ones using the code vce(robust). What do I type in if I want to use regular ones? Or do I not need to type in anything at all?
This is the command I want to write (but use regular se instead of robust):
Kind regards,
Sophie Starck
I am running a regression and my validity tests tell me to use regular standard errors (that robust are not needed). I have previously only used robust ones using the code vce(robust). What do I type in if I want to use regular ones? Or do I not need to type in anything at all?
This is the command I want to write (but use regular se instead of robust):
HTML Code:
qui xtreg Ålder ROA Kortfrist_sku Likviditet ln_storlek Ränta, vce(robust) qui outreg using Regression.doc, nocons addrow(Slumpmässiga effekter,Nej) se bdec (3) starlevels(10 5 1) sigsymbols(*,**,***) starloc(1) summstat(r2 \ N) summtitle(R2 \ Observationer) summdec(2 2 0) title(Tabell X. Regression \ Beroende variabel: ROA) ctitle("", "" \ "Förklaringsvariabler" \ "" "(1)") blankrows nolegend varlabels replace
Kind regards,
Sophie Starck
Comment