ciu.contextual.influence {ciu} | R Documentation |
Get Contextual influence values
Description
Contextual influence is calculated from CI and CU values, using a baseline that is considered a "neutral" CU value.
Usage
ciu.contextual.influence(
ciu.result = NULL,
CI = NULL,
CU = NULL,
neutral.CU = 0.5
)
Arguments
ciu.result |
data.frame with CI and CU columns. If NULL, then CI and CU values must be provided. |
CI |
CI value(s). |
CU |
CU value(s). |
neutral.CU |
Neutral CU value(s). Default is 0.5 |
Value
Contextual influence value(s). Value or vector.
Author(s)
Kary Främling
[Package ciu version 0.8 Index]