The functions mistr_d
, mistr_p
, mistr_q
, mistr_r
are wrappers
for d
, p
, q
and r
, respectively.
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)
Vector of computed results.
distribution object.
vector of quantiles.
logical; if TRUE, probabilities \(p\) are given as \(log(p)\), default: FALSE.
logical; if TRUE, probabilities are \(P[X \le x]\) otherwise, \(P[X > x]\), default: TRUE.
vector of probabilities.
further arguments to be passed.
number of observations.
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.