Description Usage Arguments Details Value Examples
Prevalence and Relative Standard Errors by Counts
1 | prevcounts(N, N_H, N_testR, N_R, DE_H = 1, DE_R = 1)
|
N |
Counts of total survey sample size(s) (vector/integer). |
N_H |
Number of HIV positive found in survey(s) (vector/integer). |
N_testR |
Number tested for recency in survey(s) (vector/integer). |
N_R |
Number of recent cases in survey(s) (vector/integer). |
DE_H |
Design effect of HIV prevalence test (vector/numeric), greater than or equal to 1. If multiple surveys are entered but only one design effect is specified, function assumes entered design effect is identical for both surveys. |
DE_R |
Design effect of recency test (vector/numeric), greater than or equal to 1. If multiple surveys are entered but only one design effect is specified, function assumes entered design effect is identical for both surveys. |
The package contains long form documentation in the form of vignettes that cover the use of the main fucntions. Use browseVignettes(package="inctools") to access them.
Prevalences and relative standard errors. Design effects are assumed negligible unless user specifies otherwise.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.