Computes descriptive statistics for the relationship between two
categorical variables x and y.
Details
This function is a wrapper around desc.table() applied to
the contingency table table(x, y).
It summarizes the joint distribution of two categorical variables and provides association measures and visualizations.
Computed statistics
Contingency table
Row and column percentages
Association measures (e.g., Cramer's V, Phi)
Optional statistical tests depending on configuration
Implementation note
Internally, desc.qq(x, y) is equivalent to:
See also
desc, desc.table, desc.qn, desc.nn, pharos::plot.Desc.table
Other desc:
desc(),
desc.Date(),
desc.factor(),
desc.nn,
desc.nq,
desc.numeric(),
desc.qn,
desc.table(),
desc.ts()
