nykee
2010-Jan-01 22:36 UTC
[R] How to calculate density function of Bivariate binomial distribution
Am trying to do some study on bivariate binomial distribution. Anyone knows if there is package in R that I can use to calculate the density function of bivariate binomial distribution and to generate random samples of it. Thanks, -- View this message in context: http://n4.nabble.com/How-to-calculate-density-function-of-Bivariate-binomial-distribution-tp992002p992002.html Sent from the R help mailing list archive at Nabble.com.
milton ruser
2010-Jan-02 01:00 UTC
[R] How to calculate density function of Bivariate binomial distribution
Hi Nykee, I checked out ??bivariate on my R installed libraries, and found about a hundred of occurrences of "bivariate". If nobody reply you with a streigth answer, give a look at: VGAM; splancs; sm; prada; geoR; fUtilities; fBasics; akima; adehabitat; vegan; ade4 and spatstat packages. bests milton On Fri, Jan 1, 2010 at 5:36 PM, nykee <rairai442@hotmail.com> wrote:> > Am trying to do some study on bivariate binomial distribution. Anyone knows > if there is package in R that I can use to calculate the density function > of > bivariate binomial distribution and to generate random samples of it. > Thanks, > > > -- > View this message in context: > http://n4.nabble.com/How-to-calculate-density-function-of-Bivariate-binomial-distribution-tp992002p992002.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
nykee
2010-Jan-02 16:08 UTC
[R] How to calculate density function of Bivariate binomial distribution
Thanks milton, I checked some of them, and actually none is what I want. So instead, I wrote a small function for the density of bivariate binomial. Thanks, nykee milton ruser wrote:> > Hi Nykee, > > I checked out ??bivariate on my R installed libraries, > and found about a hundred of occurrences of "bivariate". > If nobody reply you with a streigth answer, give a look at: > VGAM; splancs; sm; prada; geoR; fUtilities; fBasics; > akima; adehabitat; vegan; ade4 and spatstat packages. > > bests > > milton > > On Fri, Jan 1, 2010 at 5:36 PM, nykee <rairai442 at hotmail.com> wrote: > >> >> Am trying to do some study on bivariate binomial distribution. Anyone >> knows >> if there is package in R that I can use to calculate the density function >> of >> bivariate binomial distribution and to generate random samples of it. >> Thanks, >> >> >> -- >> View this message in context: >> http://n4.nabble.com/How-to-calculate-density-function-of-Bivariate-binomial-distribution-tp992002p992002.html >> Sent from the R help mailing list archive at Nabble.com. >> >> ______________________________________________ >> R-help at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> >> and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > 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. > >-- View this message in context: http://n4.nabble.com/How-to-calculate-density-function-of-Bivariate-binomial-distribution-tp992002p997292.html Sent from the R help mailing list archive at Nabble.com.