Learn R Programming

uxr (version 0.2.0)

dist_t: T Distribution

Description

T Distribution

Usage

dist_t(t, df, tail)

Value

value

Arguments

t

t

df

degrees of freedom

tail

'one' or 'two'

Examples

Run this code
dist_t(1.4, 2, "one")
dist_t(1.4, 2, "two")

Run the code above in your browser using DataLab