| qca_extract | R Documentation |
Internal helper to obtain the solution expression, consistency
(inclS) and coverage (covS) from an object returned by
QCA::minimize().
qca_extract(sol, extract_mode = c("first", "all", "essential"))
sol |
A solution object returned by |
extract_mode |
Character. How to handle multiple intermediate solutions:
|
A list with elements depending on extract_mode.
For "first": expression, inclS, covS.
For "all": adds n_solutions.
For "essential": adds selective_terms, unique_terms,
n_solutions.
If extraction fails, returns "No solution" and NA_real_
for numeric values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.