Learn R Programming

ecotoxicology (version 1.0.1)

ProbitToPercentage: Convert Probit values to percentages

Description

Converts Probit values to percentages

Usage

ProbitToPercentage(myprobit)

Arguments

myprobit
numeric vector

Value

percentages

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)
d<-ProbitToPercentage(b)

Run the code above in your browser using DataLab