View source: R/measures_definitions.R
| showMeasures | R Documentation |
showMeasures() prints an overview of the available measures for sufficiency and necessity evaluation to the console.
showMeasures(conCov = TRUE, details = TRUE)
showConCovMeasures()
showDetailMeasures()
conCov |
Logical; if |
details |
Logical; if |
As of version 4.0 of the cna package, not only standard consistency and coverage are available for sufficiency and necessity evaluation, but the cna function can build models using three additional measures for sufficiency and three for necessity evaluation. Their theoretical background is discussed in the package vignette (vignette("cna")) and in De Souter and Baumgartner (2025). The measures have different names and aliases. The function showConCovMeasures() provides easy access to an overview of these measures in the console.
The names or aliases corresponding to each measure can be passed to the measures and details arguments of the functions cna and condition, to the details argument of the functions msc, asf, and csf (cf. condTbl), and to the what argument of the detailMeasures function.
Similarly, the function showDetailMeasures() provides an overview of the additional solution attributes (details) that can be used in the details argument of the functions cna, msc, asf, and csf and the what argument of the detailMeasures function.
For more information about these attributes, see the package vignette (vignette("cna")).
The function showMeasures() combines the output of showConCovMeasures() and showDetailMeasures().
De Souter, Luna and Michael Baumgartner. 2025. “New sufficiency and necessity measures for model building with Coincidence Analysis.” Zenodo. https://doi.org/10.5281/zenodo.13619580
cna, detailMeasures, condition, condTbl
showConCovMeasures()
showDetailMeasures()
showMeasures()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.