There is nothing to reproduce here. Please supply a self-contained,
commented, reproducible example.
On Sun, 28 Jan 2007, kushler at oakland.edu wrote:
> Full_Name: Robert Kushler
> Version: 2.4.1
> OS: Windows XP
> Submission from: (NULL) (69.245.71.40)
>
>
>
> In the constant leverage case, plot #5 is not correctly produced.
> The labels on the x-axis are sorted correctly by magnitude of the
> fitted value, but the data are plotted in the original factor order.
>
> I changed
> facval[ord] <- facval
> xx <- facval
> plot(facval, rs, xlim = c(-1/2, sum((nlev - 1) *
>
> to
> # facval[ord] <- facval
> xx <- facval[ord]
> plot(xx, rs, xlim = c(-1/2, sum((nlev - 1) *
>
> in the "if (isConst.hat)" section of "show[5]". The
data then
> plotted correctly but the extreme point labels did not move.
> I'm not up to the task of figuring out how to fix the labels, and
> there might be other side effects of the change I made. In any
> case, something needs to be done.
>
> Thanks for your attention (and thanks for a wonderful software system).
>
> Regards, Rob Kushler
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595