Skip to contents

Two-sample z-test for the difference in proportions

Usage

two_proportion_ztest(count1, nobs1, count2, nobs2, confidence = 0.95)

Arguments

count1, nobs1

First sample.

count2, nobs2

Second sample.

confidence

Confidence level.