plot.bassSob {BASS} | R Documentation |
Plot BASS sensitivity indices
Description
Generate plots for sensitivity analysis of BASS.
Usage
## S3 method for class 'bassSob'
plot(x, ...)
Arguments
x |
a |
... |
graphical parameters. |
Details
If func.var
in the call to sobol
was NULL
, this returns boxplots of sensitivity indices and total sensitivity indices. If there were functional variables, they are labeled with letters alphabetically. Thus, if I fit a model with 4 categorical/continuous inputs and 2 functional inputs, the functional inputs are labeled a and b. If func.var
was not NULL
, then posterior mean functional sensitivity indices are plotted, along with the functional partitioned variance. Variables and interactions that are excluded did not explain any variance.
See Also
Examples
# See examples in bass documentation.
[Package BASS version 1.3.1 Index]