cd_diff | R Documentation |
This function calculates the mean differences of CD4 counts across time for each individual in the dataset.
cd_diff(cd_data)
cd_data |
A data frame of longitudinal CD4 count values per individual, where rows represent patients and columns represent sequential measurements across time (e.g., years or visits). |
An object of class "Interaction"
with the following components:
Mean differences of raw CD4 count values.
data(cd_3)
cd_data <- cd_3[,-1]
result <- cd_diff(cd_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.