formulation_data <- data.frame(
Formulation_Type = sample(c("Type A", "Type B"), 100, replace = TRUE),
Drug_Release = rnorm(100, mean = 50, sd = 10)
)
boxplot(formulation_data, "Formulation_Type", "Drug_Release")
Run the code above in your browser using DataLab