T Distribution
dist_t(t, df, tail)
t
df
degrees of freedom
tail
'one' or 'two'
value
dist_t(1.4, 2, "one") dist_t(1.4, 2, "two")