dist_t {uxr}R Documentation

T Distribution

Description

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")
dist_t(1.4, 2, "two")

[Package uxr version 0.2.0 Index]