li li
2017-May-27 19:49 UTC
[R] creat contingency tables with fixed row and column margins
Hi all, Is there an R function that can be used to enumerate all the contingency tables with fixed row and column margins. For example, can we list all 3 by 3 tables with row margins 3,6,6 and column margins 5,5,5. Thanks very much! Hanna [[alternative HTML version deleted]]
David Winsemius
2017-May-27 20:04 UTC
[R] creat contingency tables with fixed row and column margins
> On May 27, 2017, at 12:49 PM, li li <hannah.hlx at gmail.com> wrote: > > Hi all, > Is there an R function that can be used to enumerate all the contingency > tables with fixed row and column margins. For example, can we list all 3 by > 3 tables with row margins 3,6,6 and column margins 5,5,5.The Posting Guide suggests that you describe the results of your efforts at searching: https://www.google.com/search?q=use+r%3Alang+to+enumerate+contingency+tables+with+fixed+margins&oq=use+r%3Alang+to+enumerate+contingency+tables+with+fixed+margins&aqs=chrome..69i57.35014j0j4&sourceid=chrome&ie=UTF-8> Thanks very much! > Hanna > > [[alternative HTML version deleted]]And (yet again) you are asked to post in plain text.> > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.David Winsemius Alameda, CA, USA
li li
2017-May-27 20:53 UTC
[R] creat contingency tables with fixed row and column margins
Hi Dave, Thanks for your reply but the post in your link above was certainly asked by me. Hanna 2017-05-27 16:04 GMT-04:00 David Winsemius <dwinsemius at comcast.net>:> > > On May 27, 2017, at 12:49 PM, li li <hannah.hlx at gmail.com> wrote: > > > > Hi all, > > Is there an R function that can be used to enumerate all the contingency > > tables with fixed row and column margins. For example, can we list all 3 > by > > 3 tables with row margins 3,6,6 and column margins 5,5,5. > > The Posting Guide suggests that you describe the results of your efforts > at searching: > > https://www.google.com/search?q=use+r%3Alang+to+enumerate+ > contingency+tables+with+fixed+margins&oq=use+r%3Alang+to+ > enumerate+contingency+tables+with+fixed+margins&aqs=chrome. > .69i57.35014j0j4&sourceid=chrome&ie=UTF-8 > > > Thanks very much! > > Hanna > > > > [[alternative HTML version deleted]] > > And (yet again) you are asked to post in plain text. > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > David Winsemius > Alameda, CA, USA > >[[alternative HTML version deleted]]
Robert Baer
2017-May-29 21:29 UTC
[R] creat contingency tables with fixed row and column margins
getAnywhere(fisher.test) probably has some clues On 5/27/2017 2:49 PM, li li wrote:> Hi all, > Is there an R function that can be used to enumerate all the contingency > tables with fixed row and column margins. For example, can we list all 3 by > 3 tables with row margins 3,6,6 and column margins 5,5,5. > Thanks very much! > Hanna > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.