View source: R/tsqca_fiss_core.R
| classify_term_fiss | R Documentation |
The term is compared with each source parsimonious solution by
nested_core_conditions(). When there are several source solutions
(tied parsimonious solutions from which QCA derived the same intermediate
solution), a condition is core only if it is core relative to every one of
them. A condition whose polarity differs across the source solutions can
therefore never be core (the safeguard introduced in version 2.0.5).
classify_term_fiss(interm_term, source_models, conditions)
interm_term |
Character. A single intermediate-solution term. |
source_models |
List of character vectors, one per source parsimonious solution. |
conditions |
Character vector of all condition names. |
Data frame with columns condition, status
("present", "absent", "dontcare") and type
("core", "peripheral", "dontcare"). Attribute
"not_nested": integer indices of the source solutions that have no
term contained in interm_term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.