# NOT RUN {
data(riskcor)
orderings <- order_gen(riskcor)
# Each column of orderings defines an ordering of variables
print(orderings[,1])
# in the second element, the fifth and sixth variable are switched
print(orderings[,2])
# }
Run the code above in your browser using DataLab