probit: probit and inverse probit functions

View source: R/utils.R

probitR Documentation

probit and inverse probit functions

Description

probit and inverse probit functions

Usage

probit(x, low = 0, high = 1)

probitInv(x, low = 0, high = 1)

Arguments

x

Input value(s) in range [low,high] to translate -Inf to Inf

low

Lowest value in the range

high

Highest value in the range

Value

values from probit, probitInv and probitNormInfo

Examples


probit(0.25)

probitInv(-0.674)

probitNormInfo(probit(0.25), sd = 0.1)

probitNormInfo(probit(1, 0, 10), sd = 1, low = 0, high = 10)

nlmixrdevelopment/RxODE documentation built on April 10, 2022, 5:36 a.m.