plot.bassBasis | R Documentation |
Generate diagnostic plots for BASS model fit.
## S3 method for class 'bassBasis'
plot(x, quants = c(0.025, 0.975), pred = T, ...)
x |
a |
quants |
quantiles for intervals, if desired. NULL if not desired. |
pred |
logical, should predictive performance be plotted? |
... |
graphical parameters. |
The first two plots are trace plots for diagnosing convergence. The third plot is posterior predicted vs observed, with intervals for predictions. The fourth plot is a histogram of the residuals (of the posterior mean model). If pred = FALSE
, the third and fourth plots are omitted.
bassBasis, bassPCA, predict.bassBasis, sobolBasis
# See examples in bassBasis documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.