Hello!
I have a problem using -esttab-. Here is the code I try to run:
and stata gives me:
because -esttab- is part of the -estout- used package, I type:
but stata says:
which means I already have -estout-, but I couldn't run the code as stata keep saying command -esttab- is unrecognized. I have used -esttab- before with no problem on my old laptop, so I don't know what's going on here when I change to another laptop. Any help is appreciated!
I have a problem using -esttab-. Here is the code I try to run:
Code:
logout, save(H1) word replace fix(1): /// esttab model_1 , /// mtitle(Main) /// b(%6.3f) t(%6.2f) /// star(* 0.1 ** 0.05 *** 0.01) /// scalar(r2 r2_a N F) compress nogap
Code:
command esttab is unrecognized
Code:
ssc install estout
Code:
checking estout consistency and verifying not already installed... file C:\Users\zhx\AppData\Local\Temp\ST_a7c_000002.tmp already exists could not copy http://fmwww.bc.edu/repec/bocode/_/_eststo.ado (no action taken) r(602);
Comment