View source: R/AddGenericFunctions.R
pmf | R Documentation |
pmf
is a generic function that extracts the probability
mass function from an object (if available) that contains information
aboout a testing configuration.
pmf(object, ...)
object |
An object from which the probability mass function is to be extracted. |
... |
Additional arguments to be passed to |
Christopher R. Bilder
pmf.halving
and pmf.Sterrett
res <- halving(p = rep(0.01, 10), Sp = 1, Se = 1,
stages = 2, order.p = TRUE)
pmf.halving(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.