MinkUnitSc: 'MinkUnitSc' computes the unit scores according to a...

Description Usage Arguments Value Examples

View source: R/MinkUnitSc.R

Description

MinkUnitSc computes the unit scores according to a Minkowskian function

Usage

1
MinkUnitSc(x, alpha = 1L, Weights = 1L)

Arguments

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.

Value

Numeric vector with the value of the Minkowskian function for each statistical unit.

Examples

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)

david-salgado/SelEditFunctions documentation built on Oct. 22, 2019, 6:25 a.m.