Description Usage Format Source Examples
Dataset used in Huang and Gui's (2009) study of Internet and homeowners' collective resistance.
1 |
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.
HUANG Ronggui, GUI Yong, 2009, Internet and homeowners' collective resistance: a comparative qualitative analysis in Shanghai". Sociological Research.(5):29-56.(In Chinese)
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])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.