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
Renaming graph labelsFor the bar graphs that are created using the data below, I am having trouble renaming the macro var…
help with -expand-Dear statalist, I have a set of data which spans from 2019 to 2020, for some firms, the data only h…
Changing Odd Date Strings to Manageable DatesI have some data from Google trends that I'd like to maybe work with, following this interesting sto…
Help to interpret psmatch2 messages and resultsHi, I want to run a regression to compáre yield at issuance of green and non-green bonds. In order t…
Joining frequency and percentage in same columnAny idea on how one can join the frequency and percentage into one column and order the row labels i…
Subscribe to:
Post Comments (Atom)
0 Response to grqreg xlabel and ylabel
Post a Comment