R/dist_t.R
dist_t.Rd
T Distribution
dist_t(t, df, tail)
t
degrees of freedom
'one' or 'two'
value
dist_t(1.4, 2, "one") #> [1] 0.1482368 dist_t(1.4, 2, "two") #> [1] 0.2964735