Hi guys,
I'm trying to construct a QQ-plot for age and residuals using the following code:
This gives me a normal looking QQ plot with a positively distributed population BUT there is something weird about the plot: the reference line (45 degrees normally?) is nowehere close to the QQ plot itself. It is a horizontal line which lies just above the x-axis.. Does anybody now how to solve this problem?
Thanks for the help!
Florian
I'm trying to construct a QQ-plot for age and residuals using the following code:
Code:
gen residuals=HRQoL-HRQoL_predicted qqplot age residuals
Thanks for the help!
Florian
Comment