Learn R Programming

ecotoxicology (version 1.0.1)

ProbitZ4dec: Calculate the ordinate to the normal distribution corresponding to the probability P, exactly like Finney's

Description

Returns the ordinate to the normal distribution corresponding to the probability P with the exact same results as Finney's

Usage

ProbitZ4dec(Y)

Arguments

Y
numeric, expected probit

Value

the ordinate to the normal distribution corresponding to the probability P

References

Finney D. J., 1964 Probit analysis: a statistical treatment of the sigmoid response curve. Cambridge University Press. Formula 3.5.

Examples

Run this code
# expected probit Y = 6.2
Y <- 6.2
ProbitZ4dec(Y)

Run the code above in your browser using DataLab