Hello all,
I'm moving to rpy2 but I still didn't get the new syntax. I have two
simple questions:
- I can create the nls with no trouble as below, but I can't figure
out how to create the nls.control with rpy2?
model=robjects.r.nls(formula,data=dataf,start=start,control=control,trace=True)
-
On Thu, Nov 12, 2009 at 2:30 PM, Nick Schurch wrote:
> OK, I'm still having issues with a related problem to the one I had before.
>
> The R package pvclust produces a list object. One of the entries in it is
> ...$hclust$labels. I want to replace this with a list of my own and then
> feed it inot
OK, I'm still having issues with a related problem to the one I had before.
The R package pvclust produces a list object. One of the entries in it is
...$hclust$labels. I want to replace this with a list of my own and then
feed it inot another r package. In R I would do...
results=pvclust(mydata,
On Wed, Nov 11, 2009 at 9:51 PM, Laurent Gautier wrote:
>
> About the missing Rdevices.h, I remembered this thread.
> http://www.mail-archive.com/rpy-list@lists.sourceforge.net/msg01500.html
>
> I also remember seeing SVN commit logs from Dirk mentioning a fix for
> the 2 digits minor version numb