Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Project Status: Inactive ? The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. Licence Build Status codecov minimal R version CRAN_Status_Badge packageversion Last-changedate

primefactr

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 and Attachment

## Installation
install.packages("primefactr")

## Attachment
library("primefactr")

Features

Main feature

To compute

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.

Play with primes

You can also test if a number is a prime and get all prime numbers up to a certain number.

About

R package that uses Prime Factorization for computations.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.