Here is my code as shown below, when I run it, it always report error "( invalid name". Somebody please help me with this.
tempname myresults
postfile `myresults' threshold intercept gradient se using myresults.dta
forval x=1(1)65{
capture noisily xi:regress lnSale lnYearlyIndOut fyear if mi==`x',robust
post `myresults' (`x') (`=_b[_cons]') (`=_b[lnYearlyIndOut]') (`=_se[lnYearlyIndOut]')
}
Related Posts with why always (invalid name
how to predict technical efficiency after estimating a true random effcet model.Dear All, I am running a true random effcetmodel, which accounts hetroscedasticity using the sfpanel…
Interaction variables in OLS and FEDear all, I am running OLS and FE estimation. I have difficulties creating the below interactions o…
Read Stata file using part of file name onlyHello, I have a large number of datasets that have very long filenames but each have a unique strin…
Subgroup within id variable for panel dataI have panel data with an id variable for each person, I want to generate a subgroup identifier base…
Cases show up as missing in new varHi! I am trying to generate a new var RWTEL using combinations of two other variables. (ANY and THR…
Subscribe to:
Post Comments (Atom)
0 Response to why always (invalid name
Post a Comment