Learn R Programming

QCA3 (version 0.0-8)

McCammonVanDyke: Social movement coalition

Description

Data set in McCammon and Van Dyke's meta-analysis of studies on social movement coalition

Usage

data(McCammonVanDyke)

Arguments

Format

A data frame with 24 observations on the following 6 variables.

Source

Manually input from table 13.1 of the reference.

References

McCammon & Van Dyke. 2010. Applying Qualitative Comparative Analysis to Empirical Studies of Social Movement Coalition Formation. in Van Dyke, N. & McCammon, H. J. (ed.) Strategic alliances: coalition building and social movements. Minneapolis: University of Minnesota Press.

Examples

Run this code
data(McCammonVanDyke)
reduce(McCammonVanDyke,"coalition",
       c("ideology","threats","opportunity","ties","resources"),
       cdontcare='negative')
## result in figure 13.2

reduce(McCammonVanDyke,"coalition",
       c("ideology","threats","opportunity","ties","resources"), 
       cdontcare='remainder')
## result in figure 13.3

Run the code above in your browser using DataLab