Skip to content

plotting predicted values (lines) over data?

1 message · Liaw, Andy

#
This doesn't look right to me.  Don't you want something like:

  ord <- order(ht)
  lines(ht[ord], fit$predicted[ord], ...)

???

Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}