View source: R/ContextualInfluence.R
ciu.contextual.influence | R Documentation |
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
)
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 |
Contextual influence value(s). Value or vector.
Kary Främling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.