show_x2_table: Show chisquare table

Description Usage Arguments Value Examples

Description

Show chisquare table

Usage

1
show_x2_table(DF = 1, x2 = NULL, p = 0.05)

Arguments

DF

Numeric degree of freedom

x2

Numeric vector of chi-square value

p

Numeric probability

Value

An object of class "flextable"

Examples

1
2
show_x2_table(DF=2,x2=1.5)
show_x2_table(p=0.05)

cardiomoon/interpretCI documentation built on Feb. 9, 2022, 12:59 a.m.