Thanks
On Sun, Jun 28, 2020 at 10:27 PM Michael Hannon
wrote:
> Or maybe R-devel.
>
> On Sun, Jun 28, 2020 at 8:51 PM Jeff Newmiller
> wrote:
> >
> > Wouldn't this question make more sense in r-sig-debian?
> >
> > On June 28, 2020 7:54:49 PM PDT, Erin Hodgess
> wrote:
> > >Hello!
> > >
> > >Ho
Or maybe R-devel.
On Sun, Jun 28, 2020 at 8:51 PM Jeff Newmiller wrote:
>
> Wouldn't this question make more sense in r-sig-debian?
>
> On June 28, 2020 7:54:49 PM PDT, Erin Hodgess wrote:
> >Hello!
> >
> >Hope everyone is doing well.
> >
> >I'm not sure if this is the correct place to post, but
That’s why I thought to check here first.
Thanks!
On Sun, Jun 28, 2020 at 9:51 PM Jeff Newmiller
wrote:
> Wouldn't this question make more sense in r-sig-debian?
>
> On June 28, 2020 7:54:49 PM PDT, Erin Hodgess
> wrote:
> >Hello!
> >
> >Hope everyone is doing well.
> >
> >I'm not sure if this
Wouldn't this question make more sense in r-sig-debian?
On June 28, 2020 7:54:49 PM PDT, Erin Hodgess wrote:
>Hello!
>
>Hope everyone is doing well.
>
>I'm not sure if this is the correct place to post, but I thought I
>would
>start here.
>
>I have R 4.0.2 on Ubuntu 20.04. I would like to use Op
Hello!
Hope everyone is doing well.
I'm not sure if this is the correct place to post, but I thought I would
start here.
I have R 4.0.2 on Ubuntu 20.04. I would like to use OpenBLAS with it, but
I'm not sure if I can because I did not compile from source. Is that
possible, please?
Thanks for
Thank you, Sarah, I modified your suggestion a little and it works.
Ding
-Original Message-
From: Sarah Goslee [mailto:sarah.gos...@gmail.com]
Sent: Sunday, June 28, 2020 2:01 PM
To: Yuan Chun Ding
Cc: r-help@r-project.org
Subject: Re: [R] help with sqldf
[Attention: This email came fr
WIthout knowing anything about your research domain, take a look at
what your sql looks like:
"select * from r where V1 like markerinfo$flank1[1] "
You are asking to match literally "markerinfo$flank1[1]" and not the R
object referred to.
Try something more like,
paste("select * from r where V1
Hi R Users,
I tried to use sql in R; test1 works well,
library(sqldf)
test1 <- sqldf("select * from r where V1 like
'%GCCATGTCAGCACACTACC%TGAAACCTTTAACTATTT%'")
test2 <- sqldf("select * from r where V1 like markerinfo$flank1[1] ")
but I want to store the search content in a markerinfo file as
Dear R-experts,
I am trying to do a permutation test for the Ramsey RESET test. More precisely,
I am interested in the "exact" p-value of the test.
I have checked the coin package and all the functions (oneway_test; ...). There
are plenty of functions but no one is helping me for RESET test. I
9 matches
Mail list logo