Learn R Programming

BASS (version 1.3.1)

plot.bassSob: Plot BASS sensitivity indices

Description

Generate plots for sensitivity analysis of BASS.

Usage

# S3 method for 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

Run this code
# See examples in bass documentation.

Run the code above in your browser using DataLab