search for: c_r2dtable

Displaying 5 results from an estimated 5 matches for "c_r2dtable".

2017 Aug 25
1
Are r2dtable and C_r2dtable behaving correctly?
> On 25 Aug 2017, at 10:30 , Martin Maechler <maechler at stat.math.ethz.ch> wrote: > [...] > https://stackoverflow.com/questions/37309276/r-r2dtable-contingency-tables-are-too-concentrated > > >> set.seed(1); system.time(tabs <- r2dtable(1e6, c(100, 100), c(100, 100))); A11 <- vapply(tabs, function(x) x[1, 1], numeric(1)) > user system elapsed >
2017 Aug 25
0
Are r2dtable and C_r2dtable behaving correctly?
..._________________________________ > From: R-devel <r-devel-bounces at r-project.org> on behalf of Martin Maechler <maechler at stat.math.ethz.ch> > Sent: 25 August 2017 11:30 > To: Gustavo Fernandez Bayon > Cc: r-devel at r-project.org > Subject: Re: [Rd] Are r2dtable and C_r2dtable behaving correctly? > >>>>>> Gustavo Fernandez Bayon <gbayon at gmail.com> >>>>>> on Thu, 24 Aug 2017 16:42:36 +0200 writes: > >> Hello, >> While doing some enrichment tests using chisq.test() with simulated >> p-values, I notic...
2017 Aug 25
0
Are r2dtable and C_r2dtable behaving correctly?
>>>>> Gustavo Fernandez Bayon <gbayon at gmail.com> >>>>> on Thu, 24 Aug 2017 16:42:36 +0200 writes: > Hello, > While doing some enrichment tests using chisq.test() with simulated > p-values, I noticed some strange behaviour. The computed p-value was > extremely small, so I decided to dig a little deeper and debug >
2017 Aug 25
2
Are r2dtable and C_r2dtable behaving correctly?
...Cheers, Jari O. ________________________________________ From: R-devel <r-devel-bounces at r-project.org> on behalf of Martin Maechler <maechler at stat.math.ethz.ch> Sent: 25 August 2017 11:30 To: Gustavo Fernandez Bayon Cc: r-devel at r-project.org Subject: Re: [Rd] Are r2dtable and C_r2dtable behaving correctly? >>>>> Gustavo Fernandez Bayon <gbayon at gmail.com> >>>>> on Thu, 24 Aug 2017 16:42:36 +0200 writes: > Hello, > While doing some enrichment tests using chisq.test() with simulated > p-values, I noticed some strange b...
2017 Aug 24
3
Are r2dtable and C_r2dtable behaving correctly?
...> rr <- c(9410, 76167) > cc <- c(25000, 60577) > r2dtable(3, rr, cc) [[1]] [,1] [,2] [1,] 2721 6689 [2,] 22279 53888 [[2]] [,1] [,2] [1,] 2834 6576 [2,] 22166 54001 [[3]] [,1] [,2] [1,] 2778 6632 [2,] 22222 53945 I have looked inside the C code for the C_r2dtable() and rcont2() functions, but I cannot do much more than guess where this behaviour could originate, so I would like to ask for help from anybody more experienced in the R implementation. Guess there is some kind of inflection point depending on the total sample size of the table, or maybe the gene...