compute.interactions {SSM} | R Documentation |
Compute Total interaction indices and Sobol indices for higher order interactions.
Description
This function computes the Total interaction indices of all second order
interactions present in the model. If d < 11
then it also computes the
Sobol indices of all interactions (second order and higher) in the model. It
identifies the relevant rows of the SSM basis
slot for each
interaction and sums the term variances. Called by
update.sensitivity
.
Usage
compute.interactions(ssm)
Arguments
ssm |
An SSM object. |
Value
An SSM object. This is the ssm
input with the
relevant slots updated.
[Package SSM version 1.0.1 Index]