R/prob_calc.R
summary.prob_tdist.RdSummary method for the probability calculator (t-distribution)
# S3 method for prob_tdist 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_tdist to calculate results
plot.prob_tdist to plot results
#> Probability calculator #> Distribution: t #> Df : 10 #> Mean : 0 #> St. dev : 1.222 #> Lower bound : -Inf #> Upper bound : 2.228 #> #> P(X < 2.228) = 0.975 #> P(X > 2.228) = 0.025