View source: R/CollectiveModelMethods.R
Excess_Frequency.PGP_Model | R Documentation |
Calculates the expected frequency in excess of a threshold for a PGP_model
## S3 method for class 'PGP_Model'
Excess_Frequency(CollectiveModel, x = 0)
CollectiveModel |
PGP_Model object. |
x |
Numeric. Threshold. |
The expected frequency in excess of x
for the given CollectiveModel
PGPM <- PGP_Model(2, 1000, 1, 2, dispersion = 2)
PGPM
Excess_Frequency(PGPM, c(-Inf, 0, 1000, 2000, 3000, Inf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.