[R] is a powerful scripting engine, especially for math. modelling issues. Promethee is a powerful grid engine. The combination of both allows to call any code from Promethee environment directly within [R], thus allowing very powerful statistical analysis, based on heavy external simulation tools from [R]:
Wish to iterate on your code results to match a given target ?
Just implement a “for” loop in R calling this code.
Wish to put the results of one code as an input for another ?
Just make a composition of [R] functions, each one calling one of these codes.
…