show_t_table {interpretCI}R Documentation

Show t-value table

Description

Show t-value table

Usage

show_t_table(DF = 20, p = 0.05, alternative = "two.sided")

Arguments

DF

Numeric degree of freedom

p

Numeric probability

alternative

Character One of c("two.sided","greater","less")

Value

An object of class "flextable"

Examples

show_t_table()

[Package interpretCI version 0.1.1 Index]