data_subgroup | R Documentation |
A dataset containing patient responses, potentially to a treatment, along with a grouping variable for subgroup analysis.
data(data_subgroup)
A data frame with 12 rows and 3 variables:
Character. Unique identifier for each patient.
Integer. The response value recorded for the patient.
Character. The subgroup to which the patient belongs (e.g., "GroupA", "GroupB").
data(data_subgroup)
str(data_subgroup)
head(data_subgroup)
table(data_subgroup$Group)
summary(data_subgroup$Response)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.