I was able to call lmer using this: robjects.r.assign('y',y) robjects.r.assign('x',x) robjects.r.assign('county',county)
res = robjects.r('lmer (y ~ 1 + (1 | county))') Printing res displays a nice summary. But I need all the information in the result object, res.rclass displays rpy2.rinterface.SexpVector. I tried to access this object in various ways, I wasnt able to make it work. What is the recommended way to do this? ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list