Description Usage Arguments Value Examples
MinkUnitSc
computes the unit scores according to a Minkowskian function
1 | MinkUnitSc(x, alpha = 1L, Weights = 1L)
|
x |
Matrix with the item scores of each variable (columns) of each statistical unit (rows). |
alpha |
Integer vector of length 1 with the degree of the Minkowskian function. |
Weights |
Numeric vector with the weights of each item score. |
Numeric vector with the value of the Minkowskian function for each statistical unit.
1 2 | x <- cbind(c(0.434, 0.543, 1.445, 0.485), c(0.984, 1.032, 1.902, 0.840))
MinkUnitSc(x, 1, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.