powered by
Performs reversal association pattern analysis for categorical data.
fnRAP(a, nr, nc, verbose = TRUE)
List containing the analysis results
numeric vector containing table entries
number of rows
number of columns
logical; if TRUE, prints informational messages (default: TRUE)
a = c(38,58,69,34,28,17,28,14,14) nr = 3 nc = 3 fnRAP(a, nr, nc)
Run the code above in your browser using DataLab