d_test_proportion_diff: Description of the difference test between two proportions

View source: R/prop_diff_test.R

d_test_proportion_diffR Documentation

Description of the difference test between two proportions

Description

[Stable]

This is an auxiliary function that describes the analysis in s_test_proportion_diff.

Usage

d_test_proportion_diff(method, alternative = c("two.sided", "less", "greater"))

Arguments

method

(string)
one of chisq, cmh, cmh_wh, fisher, or schouten; specifies the test used to calculate the p-value.

alternative

(string)
whether two.sided, or one-sided less or greater p-value should be displayed.

Value

A string describing the test from which the p-value is derived.


tern documentation built on Dec. 18, 2025, 9:07 a.m.