Skip to content

PropCIs is an R-package with various confidence intervals for binomial proportions inside. Confidence intervals are for single, paired and independent proportions.

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

PropCIs

Travis-CI Build Status CRAN_Status_Badge downloads

Resources

The confidence intervals are mostly described in Alan Agresti's CDA book.
How to calculate the intervals in other software is described at the webpage for CDA and in Alan Agresti's ICDA book, which 3rd edition will be published in 2018.

To post feature requests or ask for help, try the PropCIs Issue Tracker.

Development

To install the development version of the PropCIs package, it is easiest to use the devtools package:

install.packages("devtools")  # if needed..
devtools::install_github("shearer/PropCIs")
library(PropCIs)

About

PropCIs is an R-package with various confidence intervals for binomial proportions inside. Confidence intervals are for single, paired and independent proportions.

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.