R/prob_calc.R
summary.prob_binom.Rd
Summary method for the probability calculator (binomial)
# S3 method for prob_binom summary(object, type = "values", ...)
object | Return value from |
---|---|
type | Probabilities ("probs") or values ("values") |
... | further arguments passed to or from other methods |
See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant
prob_binom
to calculate results
plot.prob_binom
to plot results
#> Probability calculator #> Distribution: Binomial #> n : 10 #> p : 0.3 #> Mean : 3 #> St. dev : 1.449 #> Lower bound : #> Upper bound : 3 #> #> P(X = 3) = 0.267 #> P(X < 3) = 0.383 #> P(X <= 3) = 0.65 #> P(X > 3) = 0.35 #> P(X >= 3) = 0.617