results <- replext_gls(
n_timepoints_list = c(10),
rho_list = c(0.2),
iterations = 10,
betas = c("(Intercept)" = 0, "phase1" = 1),
formula = y ~ phase
)
plot(results, term = "phase1", metric = "rejection_rates")
Run the code above in your browser using DataLab