calc_z_star: Calculate the z-star value for a confidence interval

Description Usage Arguments Value Examples

View source: R/calc_z_star.R

Description

We assume that the samples of interest are drawn from a Gaussian distribution. We want to compute the z-star value to compute the confidence interval for the desired mean'

Usage

1

Arguments

p

The probability of interest, e.g. 0.95

Value

The z-score

Examples

1
2
z_star <- calc_z_star(0.95)
print(z_star)

jrminter/statshelpR documentation built on May 2, 2020, 12:08 a.m.