norm_logit_solve: Given mu and value, solve for SD so that the tail area of the...

View source: R/bayes_utils.R

norm_logit_solveR Documentation

Given mu and value, solve for SD so that the tail area of the normal distribution beyond value is prob

Description

Given mu and value, solve for SD so that the tail area of the normal distribution beyond value is prob

Usage

norm_logit_solve(mu, value, prob)

Arguments

mu

mean value

value

value for tail area

prob

probability of tail area

Value

Standard deviation

References

http://hbiostat.org/doc/bbr.pdf

Examples

norm_logit_solve(qlogis(0.05), qlogis(0.2), 0.1) # qlogis is R logit ()

Agasax/laRs documentation built on Oct. 21, 2022, 3:09 p.m.