Contextual influence is calculated from CI and CU values, using a baseline that is considered a "neutral" CU value.
ciu.contextual.influence(
ciu.result = NULL,
CI = NULL,
CU = NULL,
neutral.CU = 0.5
)
Contextual influence value(s). Value or vector.
data.frame with CI and CU columns. If NULL, then CI and CU values must be provided.
CI value(s).
CU value(s).
Neutral CU value(s). Default is 0.5
Kary Främling