Learn R Programming

ciu (version 0.8)

ciu.contextual.influence: 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
)

Value

Contextual influence value(s). Value or vector.

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

Author

Kary Främling