example("egf", package = "epigrowthfit")
for (random in c(FALSE, TRUE)) {
for (full in c(FALSE, TRUE)) {
cat(sprintf("random = %s, full = %s :\n\n", random, full))
str(coef(m1, random = random, full = full))
cat("\n")
}
}
Run the code above in your browser using DataLab