ztest: Calculates the z score and significance

Description Usage Arguments Examples

View source: R/ztest.R

Description

Calculates the z score and significance

Usage

1
ztest(value, hypo)

Arguments

value

numeric vector

hypo

numeric value to test against

Examples

1
ztest(rnorm(50), 0)

euweiss/mypackage documentation built on Jan. 8, 2020, 12:04 a.m.