Hi,
I have 5 qqplots and for four of them the x and y axis are from 0 to 2. The fifth qqplot goes from 0 to 10 on the x and y axis, but only a couple of observations are above 2. I would like to make the fifth qqplot so that Stata shows only the data from 0 to 2 and the outliers not, e.g. that the qqplot is cut at 2 on the axis. I tried with
xscale(r(0 2)) yscale(r(0 2)) but did not succed. Stata showed again on the axis 0 to 10.
Related Posts with Cutting outliers from qqplots
Converting globals in to scalarsHi all I have a question. During my .do file I created some globals in which I stored the value of …
Stata runs very slow when estimating mixed models in a multiple imputed databaseDear Statalisters, I am using mixedin Stata 13 to assess the effect of a treatment on four different…
merging two year database company keys with one year observations databaseHi all, I would like to have an answer regarding the following topic. I want to match observations f…
foreach loop with fe (fixed effects) and constraintsHi I want to run fixed effects regression together with some restrictions(constraints) for 250 cros…
replace if with no real changes madeDear Statalist, I have a variable State with storage type str3. I want to creat a dummy variable, 1…
Subscribe to:
Post Comments (Atom)
0 Response to Cutting outliers from qqplots
Post a Comment