Learn R Programming

PEGroupTesting (version 1.0)

Population Proportion Estimation using Group Testing

Description

The population proportion using group testing can be estimated by different methods. Four functions including p.mle(), p.gart(), p.burrow() and p.order() are provided to implement four estimating methods including the maximum likelihood estimate, Gart's estimate, Burrow's estimate, and order statistic estimate.

Copy Link

Version

Install

install.packages('PEGroupTesting')

Monthly Downloads

140

Version

1.0

License

GPL-2

Maintainer

Qingyang Zhang

Last Published

September 12th, 2016

Functions in PEGroupTesting (1.0)

p.order

Order statistics estimate for population proportion using group testing
PEGroupTesting-package

\Sexpr[results=rd,stage=build]{tools:::Rd_package_title("#1")}PEGroupTestingPopulation Proportion Estimation using Group Testing
p.burrow

Burrow's estimate for population proportion using group testing
p.mle

Maximum likelihood estimate for population proportion by group testing
p.gart

Gart's estimate for population proportion by group testing