Description Usage Arguments Details Value Author(s) References See Also Examples
qnorm
expects scalar means and standard deviations,
but a vector of probablities. In contrast, lower
and
upper
are wrappers for qnorm
that accept
equal-length vectors for mean and standard deviation, but
scalar probabilities. Probability can be supplied directly
or calculated as the bound of a symmetric interval. bounds
pairs lower
and upper
using suitable notation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
means |
sd |
standard deviations, of same length as |
prob |
probability, defaulting to the bounds of a symmetric interval |
interval |
width of a probability interval: e.g. confidence interval |
lower |
probability for the lower bound |
upper |
probability for the upper bound |
left |
character(s) to delimit the lower bound |
right |
character(s) to delimit the upper bound |
sep |
characters to delimit lower and upper quantiles |
digits |
number of significant digits: passed to |
... |
other arguments, passed to |
interval
is a convenient way to set upper and lower probabilities,
and is ignored if these are specified directly. left
and right
are passed to paste
, and so will be
repeated as necessary to match the length of x
.
lower
and upper
return numeric. bounds
returns character.
Tim Bergsma
http://metrumrg.googlecode.com
qnorm
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.