Calculates similarity indices (S2 and Jaccard) of two coginitive maps.
Usage
comp.maps(concept.names1,concept.names2)
Arguments
concept.names1
Character vector of concept names.
concept.names2
Character vector of concept names.
Value
The S2 and Jaccard similarity indices are calculated. S2 is the proportion of concepts that are shared between the two concept maps. Jaccard is calculated as a/(a+b+c) where "a is the number of concepts shared by the two maps, "b is the number of concepts present only in Map 1, and "c" is the number of concepts present only in Map 2.