Invt
Definition:
The invt(value, n) function is the inverse t distribution function with n degrees of freedom. This function is used to calculate the p-value involving t distributions.
Parameters:
- value
- the value of t distribution
- n
- the degrees of freedom
Examples:
- invt(1.753, 15) = 0.95
- invt(2.764, 10) = 0.99