Learn R Programming

viraldomain (version 0.0.6)

viral: Predictive Modeling Data for Viral Load and CD4 Lymphocyte Counts

Description

This dataset serves as input for predictive modeling tasks related to HIV research. It contains numeric measurements of CD4 lymphocyte counts (cd) and viral load (vl) at three different time points: 2019, 2021, and 2022. These measurements are crucial indicators of HIV disease progression.

Usage

data(viral)

Arguments

Format

A tibble (data frame) with 35 rows and 6 columns.

Author

Juan Pablo Acuña González acua6307@gmail.com

Examples

Run this code
data(viral)
viral

Run the code above in your browser using DataLab