vincentarelbundock / modelsummary

Beautiful and customizable model summaries in R.
http://modelsummary.com
Other
911 stars 75 forks source link

`gof_function` argument in `modelsummary` #739

Closed vincentarelbundock closed 5 months ago

vincentarelbundock commented 6 months ago

fun = \(x) ifelse(all(c("qsec", "gear") %in% names(coef(x))), "X", "")
modelsummary(mod, gof_function = list("Controls" = fun))