mistr_d_p_q_r {mistr} | R Documentation |
Mistr d/p/q/r Wrappers
Description
The functions mistr_d
, mistr_p
, mistr_q
, mistr_r
are wrappers
for d
, p
, q
and r
, respectively.
Usage
mistr_d(O, x, log = FALSE)
mistr_p(O, q, lower.tail = TRUE, log.p = FALSE)
mistr_q(O, p, lower.tail = TRUE, log.p = FALSE, ...)
mistr_r(O, n)
Arguments
O |
distribution object. |
x , q |
vector of quantiles. |
log , log.p |
logical; if TRUE, probabilities |
lower.tail |
logical; if TRUE, probabilities are |
p |
vector of probabilities. |
... |
further arguments to be passed. |
n |
number of observations. |
Details
Wrappers are offered as a consequence of R-Studio in Windows OS
where the q()
calls in the console are caught
and terminate the R
session.
Value
Vector of computed results.
[Package mistr version 0.0.6 Index]