HuangGui2009 {QCA3}R Documentation

On-line forum and homeowners' collective resistance

Description

Dataset used in Huang and Gui's (2009) study of Internet and homeowners' collective resistance.

Usage

data(HuangGui2009)

Format

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

network
stock of social ties.
big
scale of neighborhood.
grievance
Existence of grevance.
ha
Existence of Homeowners' Association.
BBS
Existence of homeowners' onl-line forum.
outcome
outcome, existence of collective resistance.
code
id of neighborhood.

Source

HUANG Ronggui, GUI Yong, forthcoming, Internet and homeowners' collective resistance: a comparative qualitative analysis in Shanghai". Sociological Research.(In Chinese)

Examples

data(HuangGui2009)
reduce(HuangGui2009,"outcome",c("network","big","grievance","ha","BBS"),"pos",case="code")
ans1 <- reduce(HuangGui2009,"outcome",c("network","big","grievance","ha","BBS"),"pos",case="code",rem="include")
SA(ans1)
reduce(HuangGui2009,"outcome",c("network","big","grievance","ha","BBS"),"neg",case="code")
ans2 <- reduce(HuangGui2009,"outcome",c("network","big","grievance","ha","BBS"),"neg",case="code",rem="incl")
CSA(ans1,ans2[3])
SA(ans2[3])

[Package QCA3 version 0.0-2 Index]