PercentageToProbit {ecotoxicology} | R Documentation |
Converts percentages to Probit values
PercentageToProbit(mypercentage)
mypercentage |
numeric vector |
Probit values
Jose Gama
Statistical tests for significance, accessed October 2015 http://archive.bio.ed.ac.uk/jdeacon/statistics/tress4.html
a<-c(.1,.5,1:10,50,96,97,98,99.5,99.99,99.999,99.9999) b<-PercentageToProbit(a)