[R] A comment about R:

Deepayan Sarkar deepayan.sarkar at gmail.com
Wed Jan 4 22:10:50 CET 2006


On 1/4/06, Roger Bivand <Roger.Bivand at nhh.no> wrote:
> [...]
>
> Could I ask for comments on:
>
> source(url("http://spatial.nhh.no/R/etc/capabilities.R"), echo=TRUE)
>
> as a reproduction of the Stata capabilities session? Both the t test and
> the chi-square from our side point up oddities. I didn't succeed on
> putting fit lines on a grouped xyplot, so backed out to base graphics.

Something like this perhaps:

xyplot(mpg + mpghat ~ weight | foreign, auto_wgt,
       panel = panel.superpose.2, type = c('p', 'l'))

-Deepayan

[...]




More information about the R-help mailing list