The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
R package that uses Prime Factorization for computations.
This small R package was initially developed to compute hypergeometric probabilities which are used in Fisher’s exact test, for instance.
## Installation
install.packages("primefactr")
## Attachment
library("primefactr")
you can use
ComputeDivFact(c(K, (N-K), n, (N-n)), c(k, (K-k), (n-k), (N-K-n+k), N))
.
This uses a Prime Factorization to simplify computations.
You can also test if a number is a prime and get all prime numbers up to a certain number.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.