Description Usage Arguments Value See Also
View source: R/tdist-function.R
Calculates the one- or two-tailed probability density for Student's T Distribution
Similar to Excel's TDIST(abs(x),df,tails)
function.
1 | tdist(.p, .df, .tail = 2)
|
.p |
The numeric probability associated with the two-tailed T-distribution. Must be greater than 0 and less than 1. |
.df |
The number of degrees of freedom.Must be greater than 0 and less than 1. |
.tail |
One of |
Returns the probability for the Student T-distribution when .x is given as the value of T.
Other t-distribution functions (~ Excel):
between_df()
,
tinv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.