Summary method for the probability calculator (normal)
# S3 method for prob_norm 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_norm
to calculate results
plot.prob_norm
to plot results
#> Probability calculator #> Distribution: Normal #> Mean : 0 #> St. dev : 1 #> Lower bound : -Inf #> Upper bound : 0 #> #> P(X < 0) = 0.5 #> P(X > 0) = 0.5