| surv_required_sequences | R Documentation |
Required sequences for target detection probability
surv_required_sequences(
true_prevalence,
target_probability = 0.95,
n_periods = 1L,
detection_threshold = 1L
)
true_prevalence |
Numeric. |
target_probability |
Numeric. Default 0.95. |
n_periods |
Integer. Default 1. |
detection_threshold |
Integer. Default 1. |
Integer.
surv_required_sequences(0.01)
surv_required_sequences(0.05, target_probability = 0.99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.