multiCA-package {multiCA}R Documentation

Multinomial Cochran-Armitage Trend Test

Description

Implements a generalization of the Cochran-Armitage trend test to multinomial data. In addition to an overall test, multiple testing adjusted p-values for trend in individual outcomes and power calculation is available.

Details

The DESCRIPTION file:

Package: multiCA
Type: Package
Title: Multinomial Cochran-Armitage Trend Test
Version: 1.2.0
Date: 2025-03-25
Depends: R(>= 2.10)
Imports: bitops, multcomp
Description: Implements a generalization of the Cochran-Armitage trend test to multinomial data. In addition to an overall test, multiple testing adjusted p-values for trend in individual outcomes and power calculation is available.
License: GPL (>=2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat
URL: https://github.com/anikoszabo/multiCA
BugReports: https://github.com/anikoszabo/multiCA/issues
Authors@R: person("Aniko", "Szabo", , "aszabo@mcw.edu", role = c("aut", "cre"))
Author: Aniko Szabo [aut, cre]
Maintainer: Aniko Szabo <aszabo@mcw.edu>

Index of help topics:

cnonct                  Non-centrality parameter for chi-square
                        distribution
multiCA-package         Multinomial Cochran-Armitage Trend Test
multiCA.test            Multinomial Cochran-Armitage trend test
power.CA.test           Power calculations for the Cochran-Armitage
                        trend test
power.multiCA.test      Power calculations for the multinomial
                        Cochran-Armitage trend test
stroke                  Stroke types over time

The main functionality is implemented in the multiCA.test function. The power.multiCA.test function can be used for power and sample size calculation.

Author(s)

NA

Maintainer: NA

References

Szabo, A. (2018). Test for Trend With a Multinomial Outcome. The American Statistician, 73(4), 313–320.


[Package multiCA version 1.2.0 Index]