Description Format Details Source Examples
This is the fuzzy set version of Lipset data on Breakdown/survival of democracy in inter-war Europe.
A data frame with 18 observations on the following 13 variables.
CountryName of country
SurvivedIf a country survives the economic and political upheavals of this period.
Survived.FZFuzzy set score of Survived
DevelopedThe degree of development.
Developed.FZFuzzy set score of Developed.
UrbanThe degree of urbanization.
Urban.FZFuzzy set score of Urban.
LiterateThe degree of literate a county is.
Literate.FZFuzzy set score of Literate.
IndustrialThe degree of industrialization.
Industrial.FZFuzzy set score of Industrial
UnstableThe degree of political instablity.
Stable.FZFuzzy set score of political stability.
The data set is from Ragin(2009:95), the details about the dataset is described in page 93.
Ragin. Charles. 2009. Qualitative Comparative Analyais Using Fuzzy Sets (fsQCA). In Configuraional comparative Methods: qualitative comparative analysis (QCA) and related techniques. ed by Benoit RiHoux and Charles Ragin. Sage.
1 2 3 4 5 6 7 8 9 10 11 12 13 | conditions <- c("Developed.FZ","Urban.FZ","Literate.FZ","Industrial.FZ", "Stable.FZ")
reduce(Lipset_fs,"Survived.FZ",conditions,explain="positive",remaind="exclude",
prepro="fs",consistency=0.7)
## Formula 1 in page 112
reduce(Lipset_fs,"Survived.FZ",conditions,explain="positive",remaind="include",
prepro="fs",consistency=0.7)
## Formula 2 in page 114
reduce(Lipset_fs,"Survived.FZ",conditions,explain="negative",remaind="exclude",
prepro="fs",consistency=0.7)
## Formula 5 in page 115
reduce(Lipset_fs,"Survived.FZ",conditions,explain="negative",remaind="include",
prepro="fs",consistency=0.7)
## Formula 6 in page 117
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.