Hello,
I'm trying to write a simple manual on r vs rpy and I was wondering if
you could help me with translating:

x <- 1:20
-------is----       x = range(0, 20)   (done)
w <- 1 + sqrt(x)/2                                             -----is-----  ?
dummy <- data.frame(x=x, y= x + rnorm(x)*w)   ----is---- ?
dummy
----is---- dummy or print dummy  (done)
fm <- lm(y ~ x, data=dummy)                          -------is------ ?
summary(fm)
--------is------- r.summary(fm) (done)


http://lucasmanual.com/mywiki/RPy#head-f54dcb1c3243fe7b3fb1c25c06a8eaa057d8ba9a


Thanks,
Lucas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to