Hello,
Are there are any plans to make RPy or RPy2 Windows binaries available
which are compatible with Python 2.6.x? I realize it would be easier
to switch to Python 2.5, but we are committed to Python 2.6 for other
reasons. I'd rather not try to compile things myself, but since it may
come to th
Hello,
I am new to RPy (and R in general) and am having trouble getting
started. I'm performing a linear regression as follows:
r = robjects.r
xVec = robjects.FloatVector(X)
yVec = robjects.FloatVector(Y)
robjects.globalEnv["xVec"] = xVec
robjects.globalEnv
Hello,
I've encoured some difficulty with using RPy to generate a plot
showing the results of a linear regression. My code is as follows:
r = robjects.r
xVec = robjects.FloatVector(X)
yVec = robjects.FloatVector(Y)
robjects.globalEnv["xVec"] = xVec
robjects
gt; It appears to be working here on a linux laptop with R-2.9.0 and
> rpy2-2.1-dev (and I don't think of much in the recent changes that would
> change the way abline is displayed).
>
> Do you plot to an interactive display device or into a file ?
>
> L.
>
>
>
&