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 double quote the double quoteDear Stata users,
I have a string variable that some values of it are leading by a double quote (")…
help for GARCH (1,1) modeldear all,
i am facing a problem in GARCH (1,1) model in time-series analysis. There are three main v…
Panel data analysisI am estimating a panel data model with a balance panel. this model is linear (singal independent va…
Classifying entities based on period of observationHi
I want to determine what is the type of each entity, based on period of first observation. for ex…
bivariate multinomial probit with sample selection using cmpI am trying to build a bivariate multinomial probit model with each of the multinomial decisions mad…
Subscribe to:
Post Comments (Atom)
0 Response to why always (invalid name
Post a Comment