vlogs_diff | R Documentation |
This function calculates the mean standardized differences of logarithmic viral loads across time for each individual in the dataset.
vlogs_diff(vl_data)
vl_data |
A data frame of longitudinal viral load 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 standardized differences of logarithmic viral load values.
data(vl_3)
vl_data <- vl_3[,-1]
result <- vlogs_diff(vl_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.