erfinv {ecotoxicology} | R Documentation |
Inverse error function
Description
Returns the inverse error function
Usage
erfinv(x)
Arguments
x |
numeric vector |
Value
the inverse error function
Author(s)
Jose Gama
References
Abramowitz and Stegun 29.2.29 http://stat.ethz.ch/R-manual/R-devel/library/stats/html/Normal.html
Examples
erfinv(1:10)
[Package ecotoxicology version 1.0.1 Index]