Hello there,
I am facing a problem when using the xlabel and ylabel in grqreg in STATA Quantile Regression. I am running the below do file but my graph is not showing the labels as I mentioned in my command and showing this error when it comes to grqreg.
option xlabel() not allowed
r(198);
end of do-file
r(198);
If I use the grqreq without xlabel and ylabel, it works fine but I want to edit the scales as I need to run this for different data and will set the same scale for each variable.
[set scheme s1color
set seed 5001
sqreg csad absrm rm2, q(10 25 50 75 95 99) reps(20)
grqreg rm2, ci ols olsci graphregion(color(white)) reps(20) seed(5001)
xlabel(none) xlabel(0.01(0.20)0.99)
ylabel(none) ylabel(-8(2)8)
title("Quantile Regressions")
xtitle("Quantile")
ytitle("RM2")]
Array
Related Posts with grqreg xlabel and ylabel
Losing Precision with ASEC ID ValuesHi Statalisters, I'm currently working with the 2019 CPS ASEC, trying to match individual responden…
Implied Cost of Equity, mm_root function skips the results of some observationsHi There, I have used the following codes to calculate the implied cost of equity. While the code c…
Flexible parametric modelling, models do not convergeHi, I’m using the -stpm2- command to generate a flexible parametric model (relative survival, >1…
MA(5) for panel dataDear Statalist members, I used the information given on this Stata pdf https://www.stata.com/suppor…
f test following reghdfe for joint significance of individual fixed effectsHi all, I'd like to run a f-test to test joint significance of each fixed effects. For example, I'd…
Subscribe to:
Post Comments (Atom)
0 Response to grqreg xlabel and ylabel
Post a Comment