[R] How I calculate nCr with R ? (Como calculo nCr con R? )

Uwe Ligges ligges at statistik.uni-dortmund.de
Sat Mar 19 12:34:19 CET 2005


Mario Morales wrote:

> En español  (In Spanish)
> 
> Necesito calcular la en numeros de combinaciones de n cosas
> tomando k al tiempo.
> 
> Como hago eso en R ???
> 
> Yo escribí mi propia función pero pienso que  de esa forma no es
> fácil para mis estudiantes .
> 
> He estado buscando en la ayuda y no he encontrado información
> sobre una función que calcule eso directamente. Podrían ayudarme
> 
> 
> In English (en Inglés )
> 
> I need calculate the combination of n things taking k at time.

Just the number of combinations: ?choose

For listing all of them (you could have found those packages yourself, 
BTW), e.g:
- combinations() in package "gtools" in bundle "gregmisc"
- combn() in package "combinat"


Uwe Ligges


> 
> How do I do that in R ?
> 
> I wrote my own function but in this form isn't easy for my
> students.
>
> Can you help me ?
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html




More information about the R-help mailing list