I have a dataframe of four columns (https://www.dropbox.com/s/hho5sgwjhlk4185/data.csv?dl=0). I populated the rtp column based on the other ones, using the equation 0.03385*(pp**2)*(mv**0.94500)*(cc**(-0.03047)). Now, I would like to see the uncertainty of this equation and I do not know how to do this. Should I use a form of pseudo dataset or monte carlo and if so, how can I do this for the rtp column? I use R.