Displaying 5 results from an estimated 5 matches for "as159".
2005 Feb 09
6
randomisation
Dear useRs
I am looking for a way to randomise the values within a matrix:
the conditions are that the sums of the rows and the sums of the columns should
remain the same as in the original matrix.
Any help would be appreciated
Cheers
Yann
2017 Aug 25
2
Are r2dtable and C_r2dtable behaving correctly?
...pent quite some time to fix
such problem in Dec 2003, see the 14 years old bug PR#5701
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=5701#c2
It has to be said that this is based on an algorithm published
in 1981, specifically - from help(r2dtable) -
Patefield, W. M. (1981) Algorithm AS159. An efficient method of
generating r x c tables with given row and column totals.
_Applied Statistics_ *30*, 91-97.
For those with JSTOR access (typically via your University),
available at http://www.jstor.org/stable/2346669
When I start reading it, indeed the algorithm seems st...
2017 Aug 25
0
Are r2dtable and C_r2dtable behaving correctly?
...nt quite some time to fix
such problem in Dec 2003, see the 14 years old bug PR#5701
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=5701#c2
It has to be said that this is based on an algorithm published
in 1981, specifically - from help(r2dtable) -
Patefield, W. M. (1981) Algorithm AS159. An efficient method of
generating r x c tables with given row and column totals.
_Applied Statistics_ *30*, 91-97.
For those with JSTOR access (typically via your University),
available at http://www.jstor.org/stable/2346669
When I start reading it, indeed the algorithm seems st...
2017 Aug 24
3
Are r2dtable and C_r2dtable behaving correctly?
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
chisq.test(). I noticed then that the simulated statistics returned by the
following call
tmp <- .Call(C_chisq_sim, sr, sc, B, E)
were all the same, very small numbers. This, at first,
2017 Aug 25
0
Are r2dtable and C_r2dtable behaving correctly?
...such problem in Dec 2003, see the 14 years old bug PR#5701
> https://bugs.r-project.org/bugzilla/show_bug.cgi?id=5701#c2
>
> It has to be said that this is based on an algorithm published
> in 1981, specifically - from help(r2dtable) -
>
> Patefield, W. M. (1981) Algorithm AS159. An efficient method of
> generating r x c tables with given row and column totals.
> _Applied Statistics_ *30*, 91-97.
>
> For those with JSTOR access (typically via your University),
> available at http://www.jstor.org/stable/2346669
>
> When I start reading it...