compute.main.effects {SSM} | R Documentation |
Compute main effects
Description
This function computes the Sobol indices of the model variables, also known
as the main effects. It identifies the relevant rows of the SSM basis
slot and sums the term variances. Called by update.sensitivity
.
Usage
compute.main.effects(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]