sero {viraldomain} | R Documentation |
Seropositive Data for Applicability Domain Testing
Description
This dataset is designed for testing the applicability domain of methods related to HIV research. It provides a tibble with 53 rows and 2 columns containing numeric measurements of CD4 lymphocyte counts (cd_2022) and viral load (vl_2022) for seropositive individuals in 2022. These measurements are vital indicators of HIV disease status. This dataset is ideal for evaluating the performance and suitability of various HIV-predictive models and as an aid in developing diagnostic tools within a seropositive context.
Usage
data(sero)
Format
A tibble (data frame) with 53 rows and 2 columns.
Note
To explore more rows of this dataset, you can use the print(n = ...)
function.
Author(s)
Juan Pablo Acuña González 22253567@uagro.mx
Examples
data(sero)
sero
[Package viraldomain version 0.0.3 Index]