mod <- iprior(len ~ . ^ 2, ToothGrowth, control = list(silent = TRUE))
progress(mod)
# Works even when progress = "none" option called
mod <- iprior(len ~ . ^ 2, ToothGrowth, control = list(progress = "none"))
progress(mod, 50)
prog <- progress(mod, "all")
plot(prog$lambda1, type = "l")
Run the code above in your browser using DataLab