checkFit {poptrend} | R Documentation |
Check goodness of fit of a trend model.
Description
Produces various goodness of fit plots and diagnostic measures.
Usage
checkFit(trend, residuals = TRUE, ...)
Arguments
trend |
A fitted object of class trend. |
residuals |
Should residuals be plotted? |
... |
Further arguments passed to |
Details
The function simply calls plot.gam and gam.check on the underlying gam model for checking goodness of fit.
Author(s)
Jonas Knape
See Also
[Package poptrend version 0.2.0 Index]