calculates percentage
With this function, you can calculate the ratio of one quantity or magnitude relative to another evaluated in percentage.
calculaPerc(valor, observados)
valor |
number amount you to know the percentage |
observados |
number relationship to which you want to calculate the percentage, if it is a vector of integers is calculated its average. |
calculaPerc = ((valor)/mean(observados))*100
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.