z_results: Print z-Test Results

View source: R/z_results.R

z_resultsR Documentation

Print z-Test Results

Description

Print z-Test Results

Usage

z_results(x)

Arguments

x

prop.test() or prop_test() object

Value

Printed output of the z-test results including test type, hypotheses, z-value, and p-value.

Examples

my_z = prop.test(faithful$eruptions > 3, alternative = "less")
z_results(my_z)


zief0002/educate documentation built on July 27, 2023, 9:25 a.m.