show_z_table: Show z-value table

Description Usage Arguments Value Examples

View source: R/show_t_table.R

Description

Show z-value table

Usage

1
show_z_table(z = NULL, p = 0.05, alternative = "two.sided")

Arguments

z

Numeric vector of quantile

p

Numeric probability

alternative

Character One of c("two.sided","greater","less")

Value

An object of class "flextable"

Examples

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)

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