There is no "cbind.na" in a vanilla R install. May be this is a function
coming with a package and it should be loaded because the function can
be found by R ?
L.
PS: I am not certain about the intent behind trying to "append a vector
to a matrix when they have a different number of rows".
Hi everyone,
I want to create a R function which can be used as a parameter in the
function "outer", I tried the rternalize way which expose python
function to R. However, it doesn't work, the following being the
problems which I encountered.
import rpy2.rinterface as ri
seq = ri.glo
On 2012-02-24 09:55, Luca Beltrame wrote:
Hello,
in an effort to create a conversion between pandas objects[1] and R's
data.frames,
This would be handy. A common interface ("protocol" in the Python lingo)
would allow duck typing.
I'm trying to add columns to an empty DataFrame.
Python c