Hi,
I am trying to run the following the codes, but get the error message "factor variables and time-series operators not allowed". Steps one through three work, but at step four and five I get the error message.
(1) xtologit CSRRS_n PPE INTAN RND CH LEV ROA OI Growth NLCF CETR ln_employees i.DataYearFiscal, vce(robust)
est store r1
(2) xtologit CSRRS_n PPE INTAN RND CH LEV ROA OI Growth NLCF GETR ln_employees i.DataYearFiscal, vce(robust)
est store r2
(3) esttab r1 r2 using "Regression.rtf",
(4) replace stats(N chi2 p) b(3) aux(se 3) star(* 0.10 ** 0.05 *** 0.01) obslast onecell nogaps
(5) compress title(Regressions) addnotes(p-levels are two-tailed, * p < 0.10, ** p < 0.05, *** p < 0.01; the numbers within the round parentheses are robust standard errors.)
Any help will be greatly appreciated.
Related Posts with factor variables and time-series operators not allowed
How to dissect multiple variables in one column to separate columnsHello good Sir/Madam, I am currently working with a list of corporations and their CashFlowTypes, a…
Random forests and neural nets in Stata (with Python integration)Hey all, I wrote a couple Stata packages to do regression or classification with random forests and…
Generating dummy variable conditional to other dummy variable figuresHi everyone, I have two dummy variables, holder67 and holder30, which are equal to 1 if the value o…
Obtain village name form longitude and latitude & coordinatesHi Statalist! This is my first time dealing with GPS dataset. What I would like to do is to get the…
Finding R squared and Adjusted R squared values on xtregHi Everyone, I am conducting research on panel data, set with xtset command on STATA. xtset compan…
Subscribe to:
Post Comments (Atom)
0 Response to factor variables and time-series operators not allowed
Post a Comment