| Title: | Reversal Association Pattern Analysis for Categorical Data |
|---|---|
| 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. |
| Authors: | Subbiah M [aut, cre] |
| Maintainer: | Subbiah M <[email protected]> |
| License: | GPL-2 |
| Version: | 1.2.2 |
| Built: | 2026-05-15 10:12:03 UTC |
| Source: | https://github.com/cran/RAP |
Performs reversal association pattern analysis for categorical data.
fnRAP(a, nr, nc, verbose = TRUE)fnRAP(a, nr, nc, verbose = TRUE)
a |
numeric vector containing table entries |
nr |
number of rows |
nc |
number of columns |
verbose |
logical; if TRUE, prints informational messages (default: TRUE) |
List containing the analysis results
a = c(38,58,69,34,28,17,28,14,14) nr = 3 nc = 3 fnRAP(a, nr, nc)a = c(38,58,69,34,28,17,28,14,14) nr = 3 nc = 3 fnRAP(a, nr, nc)