View source: R/summary.csQCAbt.R
| summary.csQCAbt | R Documentation |
Displays number of confirming cases and raw and adjusted p-scores following Binomial test of csQCA data.
## S3 method for class 'csQCAbt'
summary(object, ...)
object |
Object returned by |
... |
Additional parameters to pass on. |
Matrix of values for counterexamples and consistency.
Adopted from the archived CRAN package QCAfalsePositive by Bear Braumoeller. The original package has been removed from CRAN and is no longer maintained. It is included in drhutools for continued accessibility.
test <- csQCAbinTest(freq.y=0.7, configs=list(aB=5, bCD=3, Ce=2),
total.configs=20)
summary(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.