R/inverf.R

Defines functions inverf

Documented in inverf

inverf <- function(x){
###
### F.Guillaume Blanchet - September 2013
##########################################################################################
	qnorm((1 + x)/2)/sqrt(2)
}

Try the HMSC package in your browser

Any scripts or data that you put into this service are public.

HMSC documentation built on May 2, 2019, 6:53 p.m.