Plot censored gam fits vs. time
gamPlotDisp( gamResult = gamResult, analySpec = analySpec, fullModel = 2, seasAvgModel = 2, seasonalModel = 2, diffType = "regular", obserPlot = TRUE, interventionPlot = TRUE, seasAvgPlot = TRUE, seasAvgConfIntPlot = TRUE, seasAvgSigPlot = TRUE, fullModelPlot = TRUE, seasModelPlot = TRUE, BaseCurrentMeanPlot = TRUE, adjustedPlot = FALSE )
gamResult
: output from procedure gamTestanalySpec
: analytical specificationsfullModel
: GAM # for displaying full GAM (e.g., 0, 1, 2)seasAvgModel
: GAM # for displaying seasonally average GAMseasonalModel
: GAM # for displaying seasonal GAMdiffType
: plot predicted baseline mean ('regular') or adjusted baseline mean ('adjusted')obserPlot
: logical field indicating whether to plot observationsinterventionPlot
: logical field indicating whether to plot interventions (e.g., method changes)seasAvgPlot
: logical field indicating whether to plot seasonal average GAMseasAvgConfIntPlot
: logical field indicating whether to plot confidence interval for seasonal average GAMseasAvgSigPlot
: logical field indicating whether to plot significant increasing and decreasing trends for seasonal average GAMfullModelPlot
: logical field indicating whether to plot full GAMseasModelPlot
: logical field indicating whether to plot seasonal GAMBaseCurrentMeanPlot
: logical field indicating whether to plot baseline and current meanadjustedPlot
: logical field indicating whether to plot adjusted modelUseful links