rii_weighted {LikertEZ} | R Documentation |
Weighted RII Calculation
Description
This function computes the weighted Relative Importance Index (RII) for a set of ordinal responses with associated weights.
Usage
rii_weighted(responses, weights, max_scale = 5)
Arguments
responses |
Numeric vector of ordinal responses. |
weights |
Numeric vector of weights for each response. |
max_scale |
Max Likert scale value (default: 5). |
Value
The weighted RII as a numeric value.
[Package LikertEZ version 0.1.0 Index]