Dear all, I have seen a many similar posts regarding -grqreg- and the need for Stata 8.2, however none of the solutions I have seen seemed to help.
My quantile regression and error is as follows:
Remedies I have tried -xi- and specifying that varlist for the grqreg command doesn't include the indicators, however even in that case, the same invalid name error returns. Any advice on this would be greatly appreciated.
Thank you
My quantile regression and error is as follows:
Code:
qreg lgross lmovielikes lcastlikes lbudget imdb_score content_rating i.release_year i.is_*
Median regression Number of obs = 1,206
Raw sum of deviations 978.6617 (about 17.369829)
Min sum of deviations 604.6847 Pseudo R2 = 0.3821
----------------------------------------------------------------------------------
lgross | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-----------------+----------------------------------------------------------------
lmovielikes | .6965486 .045184 15.42 0.000 .6078977 .7851996
lcastlikes | .0754692 .0299883 2.52 0.012 .0166323 .1343061
lbudget | .6336533 .038595 16.42 0.000 .5579299 .7093766
imdb_score | -.1318835 .0535796 -2.46 0.014 -.2370067 -.0267603
content_rating | -.1368002 .0452726 -3.02 0.003 -.2256249 -.0479754
|
release_year |
2005 | -.5393104 .2245125 -2.40 0.016 -.9798037 -.098817
2006 | -.1452418 .211552 -0.69 0.493 -.5603066 .269823
2007 | -.4913684 .2302747 -2.13 0.033 -.9431672 -.0395697
2008 | -.2643716 .2312826 -1.14 0.253 -.7181479 .1894047
2009 | -.5044308 .2210407 -2.28 0.023 -.9381124 -.0707492
2010 | -1.020448 .2239698 -4.56 0.000 -1.459877 -.5810196
2011 | -1.250379 .2207908 -5.66 0.000 -1.68357 -.8171878
2012 | -1.321453 .22278 -5.93 0.000 -1.758547 -.8843591
2013 | -1.403902 .2242945 -6.26 0.000 -1.843968 -.9638367
2014 | -1.063269 .2275361 -4.67 0.000 -1.509695 -.6168439
2015 | -1.314635 .2310188 -5.69 0.000 -1.767893 -.8613763
2016 | -.9949853 .270145 -3.68 0.000 -1.52501 -.464961
|
1.is_Action | -.1017312 .1180044 -0.86 0.389 -.3332557 .1297932
1.is_Adventure | -.1067062 .1243318 -0.86 0.391 -.350645 .1372326
1.is_Animation | .0477546 .2141952 0.22 0.824 -.3724962 .4680054
1.is_Comedy | .2693157 .1080714 2.49 0.013 .0572797 .4813516
1.is_Biography | .1165475 .1760974 0.66 0.508 -.2289554 .4620504
1.is_Crime | -.1442738 .1261661 -1.14 0.253 -.3918115 .1032639
1.is_Documentary | -.133719 .4140995 -0.32 0.747 -.9461817 .6787437
1.is_Drama | -.3432234 .1070939 -3.20 0.001 -.5533414 -.1331054
1.is_Family | .3020588 .1799942 1.68 0.094 -.0510896 .6552072
1.is_Fantasy | -.3180427 .1264445 -2.52 0.012 -.5661266 -.0699588
1.is_History | -.2177074 .229903 -0.95 0.344 -.6687768 .2333621
1.is_Horror | .2168299 .1585732 1.37 0.172 -.0942907 .5279504
1.is_Music | .3216573 .2389344 1.35 0.178 -.1471317 .7904463
1.is_Musical | -.5954019 .363013 -1.64 0.101 -1.307633 .1168291
1.is_Mystery | .0115044 .1430008 0.08 0.936 -.269063 .2920718
1.is_Romance | -.0451323 .1090726 -0.41 0.679 -.2591325 .1688679
1.is_SciFi | -.2480878 .1291382 -1.92 0.055 -.5014568 .0052811
1.is_Sport | .0040368 .2104517 0.02 0.985 -.4088692 .4169428
1.is_Thriller | -.0173475 .1150452 -0.15 0.880 -.2430661 .2083711
1.is_War | -.2832183 .2126836 -1.33 0.183 -.7005032 .1340667
1.is_Western | -.2848919 .3898555 -0.73 0.465 -1.049788 .4800041
_cons | 2.102454 .7290744 2.88 0.004 .6720106 3.532897
----------------------------------------------------------------------------------
. grqreg, cons ci ols olsci
2b.release_year invalid name
r(198);
Thank you

Comment