View source: R/trendAnalysis.R
| checkFit | R Documentation |
Produces various goodness of fit plots and diagnostic measures.
checkFit(trend, residuals = TRUE, ...)
trend |
A fitted object of class trend. |
residuals |
Should residuals be plotted? |
... |
Further arguments passed to |
The function simply calls plot.gam and gam.check on the underlying gam model for checking goodness of fit.
Jonas Knape
plot.gam, gam.check
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.