prob_tdist {radiant.basics} | R Documentation |
Probability calculator for the t-distribution
Description
Probability calculator for the t-distribution
Usage
prob_tdist(df, lb = NA, ub = NA, plb = NA, pub = NA, dec = 3)
Arguments
df |
Degrees of freedom |
lb |
Lower bound (default is -Inf) |
ub |
Upper bound (default is Inf) |
plb |
Lower probability bound |
pub |
Upper probability bound |
dec |
Number of decimals to show |
Details
See https://radiant-rstats.github.io/docs/basics/prob_calc.html for an example in Radiant
See Also
summary.prob_tdist
to summarize results
plot.prob_tdist
to plot results
Examples
prob_tdist(df = 10, ub = 2.228)
[Package radiant.basics version 1.6.6 Index]