Re: [R] Using R and Python together

2017-04-04 Thread Kankana Shukla
ss.com/?s=pyper, you can find examples of > pyper. > > On Fri, Mar 31, 2017 at 11:38 AM, Kankana Shukla <shukla.k...@gmail.com> > wrote: > > I'm not great at rpy2. Are there any good examples I could see to learn > > how to do that? My R code is very l

Re: [R] Using R and Python together

2017-03-31 Thread Wensui Liu
xamples I could see to learn > how to do that? My R code is very long and complicated. > > On Fri, Mar 31, 2017 at 7:08 AM, Stefan Evert <stefa...@collocations.de> > wrote: > >> >> > On 30 Mar 2017, at 23:37, Kankana Shukla <shukla.k...@gmail.com> wrote: >&g

Re: [R] Using R and Python together

2017-03-31 Thread Kankana Shukla
.@gmail.com> wrote: > > > > I have searched for examples using R and Python together, and rpy2 seems > > like the way to go, but is there another (easier) way to do it? > > Rpy2 would seem to be a very easy and convenient solution. What do you > need that can't easi

Re: [R] Using R and Python together

2017-03-31 Thread Stefan Evert
> On 30 Mar 2017, at 23:37, Kankana Shukla <shukla.k...@gmail.com> wrote: > > I have searched for examples using R and Python together, and rpy2 seems > like the way to go, but is there another (easier) way to do it? Rpy2 would seem to be a very easy and convenient solution.

Re: [R] Using R and Python together

2017-03-31 Thread Ulrik Stervbo
tomated process: > > > >1. Parameters used in R code generate output > >2. This output is input to Python code > >3. If output of Python code > x, stop > >4. Else, increment parameters used as input in R code (step 1) and > >

Re: [R] Using R and Python together

2017-03-30 Thread Wensui Liu
t;2. This output is input to Python code >3. If output of Python code > x, stop >4. Else, increment parameters used as input in R code (step 1) and > repeat all steps > > I have searched for examples using R and Python together, and rpy2 seems > like the way to go, b

[R] Using R and Python together

2017-03-30 Thread Kankana Shukla
p 1) and repeat all steps I have searched for examples using R and Python together, and rpy2 seems like the way to go, but is there another (easier) way to do it? I would highly appreciate the help. Thanks in advance, Kankana [[alternative HTML version dele