When I run this line of code
for (i in 1:nrow(DATAFRAMEINPUT_NS)) { DATAFRAMEINPUT_NS$PU_ML <- c(DATAFRAMEINPUT_NS$VF/DATAFRAMEINPUT_NS$ML)}
It takes a lot of time.
But, surprinslingly, when I stop the code, the results are there.
Can you help me understanding wht is hapenning?