data("grwth_data")
# Fit example model
lmm <- lmmModel(
data = grwth_data,
sample_id = "subject",
time = "Time",
treatment = "Treatment",
tumor_vol = "TumorVolume",
trt_control = "Control",
drug_a = "DrugA",
drug_b = "DrugB",
combination = "Combination"
)
# Get the estimates
lmmModel_estimates(lmm)
Run the code above in your browser using DataLab