Description Usage Arguments Details Value Author(s)
Adjusts the variables n_status_c
(the number of women with an ascertained HIV status) and totpos_c
(the total number of women with
HIV) when multiple testing is suspected based on the presence of HIV testing coverage values greater than 100%.
1 |
data |
The ANC-RT dataset. The functions check_data and data_clean should have been run on the data to properly prepare the data for use here. The data set must have the following variables:
|
adjust_option |
The adjustment option chosen. Possible options include:
|
This function was designed to adjust the variables n_status_c
and totpos_c
, using one of the three adjustment options, when multiple testing is
suspected (i.e. coverage values greater than 100% are present). The three options include: 1) impute; 2) remove; and, 3) set to maximum.
A data set with the variables n_status_c
and totpos_c
, adjusted for multiple testing using the selected adjustment option, is returned. The
adjustment option variables (e.g. n_status_c_impute
, n_status_c_remove
, totpos_c_impute
, etc.) are removed from the dataset. Coverage and prevalence
(for each facility-time period) are calculated using the newly adjusted variables.
Mathieu Maheu-Giroux
Brittany Blouin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.