Description Usage Format Source References Examples
This is a data set about Movement Impact on Nuclear Energy Policy (Yamasaki 2009).
1 |
A data frame with 10 observations on the following 8 variables.
country
a factor
period
a factor
soc
social movement organisation.
pol
political allies.
ind
state-industry relationship.
are
arena shift.
foc
focusing event.
policyChange
Major policy change.
Manually input by HUANG Ronggui according the truthTable in Yamasaki (2009: 490).
Yamasaki, Sakura 2009. "A Boolean Analysis of Movement Impact on Nuclear Energy Policy." Mobilization: An International Quarterly 14 (4) : 485 - 504.
1 2 3 4 5 6 7 | 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.