I am running a Generalized Additive Model from the mgcv
package
I would like to display the deviance explained
in the table instead of just the R-squared with the modelsummary
package, how can I accomplish this?
modelsummary(models,
estimate = "estimate",
stars = TRUE,
statistic = c("Std.Error" = "std.error",
"t-value" = "statistic"))