Skip to contents

T Distribution

Usage

dist_t(t, df, tail)

Arguments

t

t

df

degrees of freedom

tail

'one' or 'two'

Value

value

Examples

dist_t(1.4, 2, "one")
#> [1] 0.1482368
dist_t(1.4, 2, "two")
#> [1] 0.2964735