q2norm | R Documentation |
Given two (or more) quantiles it computes an (approximate) mean and standard deviation for a corresponding normal distribution.
q2norm(x, probs = c(0.025, 0.975))
x |
numeric(2): the quantiles |
probs |
numeric(2): probabilities with values in |
A list with a component mean
and sd
.
q2norm(c(100,200))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.