pmf.Sterrett {binGroup2} | R Documentation |
Extract the probability mass function from group testing results
for the Sterrett algorithm (objects of class "Sterrett" returned
by Sterrett
).
## S3 method for class 'Sterrett'
pmf(object, ...)
object |
An object of class "Sterrett", created by
|
... |
currently not used. |
Data frame containing the probability mass function extracted from the object object.
Brianna D. Hitt
set.seed(1231)
p.vec <- rbeta(n = 8, shape1 = 1, shape2 = 10)
res <- Sterrett(p = p.vec, Sp = 0.90, Se = 0.95)
pmf(res)