plot.bassSob: Plot BASS sensitivity indices

View source: R/plot.R

plot.bassSobR Documentation

Plot BASS sensitivity indices

Description

Generate plots for sensitivity analysis of BASS.

Usage

## S3 method for class 'bassSob'
plot(x, ...)

Arguments

x

a bassSob object, returned from sobol.

...

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

bass, predict.bass, sobol

Examples

# See examples in bass documentation.


BASS documentation built on July 9, 2023, 6:57 p.m.