data_raw | R Documentation |
A dataset containing raw measurement values for patients at different time points. This could represent various clinical or experimental raw readings.
data(data_raw)
A data frame with 15 rows and 3 variables:
Character. Unique identifier for each patient.
Integer. The time point at which the measurement was taken (e.g., day, cycle, visit number).
Integer. The raw value of the measurement recorded.
data(data_raw)
str(data_raw)
head(data_raw)
summary(data_raw$Measurement)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.