Learn R Programming

ecotoxicology (version 1.0.1)

PercentageToProbit: Convert percentages to Probit values

Description

Converts percentages to Probit values

Usage

PercentageToProbit(mypercentage)

Arguments

mypercentage
numeric vector

Value

Probit values

References

Statistical tests for significance, accessed October 2015 http://archive.bio.ed.ac.uk/jdeacon/statistics/tress4.html

Examples

Run this code
a<-c(.1,.5,1:10,50,96,97,98,99.5,99.99,99.999,99.9999)
b<-PercentageToProbit(a)

Run the code above in your browser using DataLab