Learn R Programming

QCA3 (version 0.0-8)

Yamasaki2009: Movement Impact on Nuclear Energy Policy.

Description

This is a data set about Movement Impact on Nuclear Energy Policy (Yamasaki 2009).

Usage

data(Yamasaki2009)

Arguments

Format

A data frame with 10 observations on the following 8 variables.

Source

Manually input by HUANG Ronggui according the truthTable in Yamasaki (2009: 490).

References

Yamasaki, Sakura 2009. "A Boolean Analysis of Movement Impact on Nuclear Energy Policy." Mobilization: An International Quarterly 14 (4) : 485 - 504.

Examples

Run this code
data(Yamasaki2009)
reduce(policyChange~soc+pol+ind+are+foc,Yamasaki2009,cases="country")
## or construct truthTable first

cstt<-cs_truthTable(Yamasaki2009,"policyChange",c("soc","pol","ind","are","foc"),cases="country")
tb2 <- reduce(cstt) ## result in table 2
summary(tb2) ## coverage of each configuration

Run the code above in your browser using DataLab