invt
calculates the t quantile of a specified probability.
Usage
invt(prob, df, direction)
Arguments
- prob
Desired probability.
- df
Degrees of freedom
- direction
direction for probability calculation: "above", "below",
"outside", "between".
Value
The t value for the specified probability.