# NOT RUN {
data(EU_NUTS1)
data_norm = normalise_ci(EU_NUTS1,
c(2:3),
c("NEG","POS"),
method=1,
z.mean=100,
z.std=10)
CI = ci_bod_constr_mpi(data_norm$ci_norm,
c(1:2),
up_w=1,
low_w=0.1,
penalty="POS")
# }
Run the code above in your browser using DataLab