mistr_d_p_q_r: Mistr d/p/q/r Wrappers

mistr_d_p_q_rR 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 p are given as log(p), default: FALSE.

lower.tail

logical; if TRUE, probabilities are P[X ≤ x] otherwise, P[X > x], default: TRUE.

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.


mistr documentation built on March 7, 2023, 7:42 p.m.