to_log("INFO", "Entering subsection 'user defined weights'...")
# W <- diag(number_of_indicators)
# dimnames(W) <- list(NULL, indicators_EQR)
# W <- rbind(W, settings$weights)

W <- matrix(
    data = settings$weights, 
    nrow = 1, 
    dimnames = list(NULL, indicators_EQR)
)


Try the BENMMI package in your browser

Any scripts or data that you put into this service are public.

BENMMI documentation built on Oct. 23, 2020, 8:24 p.m.