<mailto:r-help@r-project.org>Hi every one, I want to calculate the combination function in R, the value not all the possible choices. I mean cmbn(5,2)=10. Is there any function unless using factorial? Regards, Amir [[alternative HTML version deleted]]
choose(5, 2) HTH, Jorge On Tue, Dec 21, 2010 at 9:23 AM, amir <> wrote:> <mailto:r-help@r-project.org>Hi every one, > > I want to calculate the combination function in R, the value not all the > possible choices. > I mean cmbn(5,2)=10. > > Is there any function unless using factorial? > > Regards, > Amir > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
Hi everyone! Does anyone know if there is a package to do two-part growth analysis with R? Regards, Sebastian -- Sebasti?n Daza sebastian.daza at gmail.com
On Dec 21, 2010, at 9:23 AM, amir wrote:> <mailto:r-help at r-project.org>Hi every one, > > I want to calculate the combination function in R, the value not all > the > possible choices. > I mean cmbn(5,2)=10. > > Is there any function unless using factorial??choose -- David Winsemius, MD West Hartford, CT