compute.specific.total.interaction {SSM} | R Documentation |
Compute Total interaction variance
Description
This computes the Total interaction index for a given interaction. The relevant term variances are identified and summed and the resulting variance normalized and returned.
Usage
compute.specific.total.interaction(factors, ssm)
Arguments
factors |
A vector of numbers identifying the interaction of interest.
e.g. The input |
ssm |
An SSM object. |
Value
A number. The Total interaction index of the requested interaction.
[Package SSM version 1.0.1 Index]