HuangGui2009: data about on-line forum and homeowners' collective...

Description Usage Format Source Examples

Description

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

Usage

1

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, 2009, Internet and homeowners' collective resistance: a comparative qualitative analysis in Shanghai". Sociological Research.(5):29-56.(In Chinese)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
data(HuangGui2009)
xs <- c("network","big","grievance","ha","BBS")

reduce(HuangGui2009,"outcome",xs, "pos",case="code")

ans1 <- reduce(HuangGui2009,"outcome",xs, "pos",
        case="code", rem="include")

SA(ans1)

reduce(HuangGui2009,"outcome",xs, "neg",case="code")
ans2 <- reduce(HuangGui2009,"outcome",xs,"negative",
        case="code",rem="incl",all.sol=TRUE)

CSA(ans1,ans2[3])
SA(ans2[3])

Ronggui/QCA3 documentation built on May 9, 2019, 10:31 a.m.