powered by
The quantile function qbern for a Bernoulli distribution, with success probability prob. This is equivalent to qbinom(p, 1, prob).
qbern
prob
qbinom(p, 1, prob)
qbern(p, prob, lower.tail = TRUE, log.p = FALSE)pbern(q, prob, lower.tail = TRUE, log.p = FALSE)dbern(x, prob, log = FALSE)
pbern(q, prob, lower.tail = TRUE, log.p = FALSE)
dbern(x, prob, log = FALSE)
vector of probabilities
probability of success
see stats::Binomial
vector of quantiles