Description Usage Arguments Value Examples
Show chisquare table
1 | show_x2_table(DF = 1, x2 = NULL, p = 0.05)
|
DF |
Numeric degree of freedom |
x2 |
Numeric vector of chi-square value |
p |
Numeric probability |
An object of class "flextable"
1 2 | show_x2_table(DF=2,x2=1.5)
show_x2_table(p=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.