ProbitToPercentage {ecotoxicology} | R Documentation |
Converts Probit values to percentages
ProbitToPercentage(myprobit)
myprobit |
numeric vector |
percentages
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) d<-ProbitToPercentage(b)