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