gavinsimpson / gratia

ggplot-based graphics and useful functions for GAMs fitted using the mgcv package
https://gavinsimpson.github.io/gratia/
Other
206 stars 28 forks source link

Function to extract convergence information from fitted model #241

Open gavinsimpson opened 1 year ago

gavinsimpson commented 1 year ago

mgcv::gam.check() extracts and prints information about the convergence of the fitted model. But this function also produces 4 plots and runs mgcv::k.check() for the basis size.

Add a function to return this and related information.