norm_logit_solve | R Documentation |
Given mu and value, solve for SD so that the tail area of the normal distribution beyond value is prob
norm_logit_solve(mu, value, prob)
mu |
mean value |
value |
value for tail area |
prob |
probability of tail area |
Standard deviation
http://hbiostat.org/doc/bbr.pdf
norm_logit_solve(qlogis(0.05), qlogis(0.2), 0.1) # qlogis is R logit ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.