I'm totally new to rpy (and relatively to python). I would like to do the
rpy equivalent of the R code:
a <- data.frame(col1=rnorm(100),col2=rnorm(100), col3=1:100)
b <- a[a$col1>1,]
newdf <- a[b,]
More generally, one of the advantages of R is its powerful indexing, but I
haven't figured out how to use them yet from rpy. Any pointers?
Thanks,
Sean
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list