Description Usage Arguments Value Examples
Show t-value table
1 | show_t_table(DF = 20, t = NULL, p = 0.05, alternative = "two.sided")
|
DF |
Numeric degree of freedom |
t |
Numeric vector of quantile |
p |
Numeric probability |
alternative |
Character One of c("two.sided","greater","less") |
An object of class "flextable"
1 2 3 | show_t_table()
show_t_table(t=1.4)
show_t_table(DF=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.