Open gavinsimpson opened 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.
mgcv::gam.check()
mgcv::k.check()
Add a function to return this and related information.
mgcv::gam.check()
extracts and prints information about the convergence of the fitted model. But this function also produces 4 plots and runsmgcv::k.check()
for the basis size.Add a function to return this and related information.