# NOT RUN {
# Using some models of the Baltic Sea demo data:
sum_list <- purrr::map(model_gam_ex$model, ~mgcv::summary.gam(.) )
get_sum_output(sum_list, varname = "edf")
# Get p-val with cell argument:
get_sum_output(sum_list, "s.table", cell = 4)
# }
Run the code above in your browser using DataLab