show_z_table {interpretCI} | R Documentation |
Show z-value table
Description
Show z-value table
Usage
show_z_table(p = 0.05, alternative = "two.sided")
Arguments
p |
Numeric probability |
alternative |
Character One of c("two.sided","greater","less") |
Value
An object of class "flextable"
Examples
show_z_table()
show_z_table(p=0.01)
[Package interpretCI version 0.1.1 Index]