The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Type: Package
Title: Reversal Association Pattern Analysis for Categorical Data
Version: 1.2.2
Date: 2025-10-07
Maintainer: Subbiah M <sisufive@gmail.com>
Description: Implements reversal association pattern analysis for categorical data. Detects sub-tables exhibiting reversal associations in contingency tables, provides visualization tools, and supports simulation-based validation for complex I × J tables.
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2025-10-07 08:10:19 UTC; admin
Author: Subbiah M [aut, cre]
Repository: CRAN
Date/Publication: 2025-10-10 19:30:07 UTC

Reversal Association Pattern Analysis

Description

Performs reversal association pattern analysis for categorical data.

Usage

fnRAP(a, nr, nc, verbose = TRUE)

Arguments

a

numeric vector containing table entries

nr

number of rows

nc

number of columns

verbose

logical; if TRUE, prints informational messages (default: TRUE)

Value

List containing the analysis results

Examples

a = c(38,58,69,34,28,17,28,14,14)
nr = 3
nc = 3
fnRAP(a, nr, nc)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.