identify.total.effect.terms {SSM} | R Documentation |
Identify total effect terms
Description
This is used by the sensitivity computation functions to identify which basis terms are associated with each total effect.
Usage
## S3 method for class 'total.effect.terms'
identify(i, basis)
Arguments
i |
A number indicating the total effect of interest. |
basis |
A matrix. A matrix where each row is an exponent vector of a monomial basis. |
Value
A logical vector. Each term corresponds with the associated row of
basis
.
[Package SSM version 1.0.1 Index]