Description Usage Format References Examples
The Influence of organization, disruption, political mediation, and and framing on the outcome of homeless soical movement organizations.
1  | 
A data frame with 14 observations on the following 11 variables.
CaseidThe name of Social movement organizations.
ViableSMO visibility.
DisruptDisruptive tactics.
AlliesSympathetic Allies.
CityCity Support.
DiagDiagnostic framming.
ProgPrognostic framming.
RepresentationOutcome of representation.
ResourcesOutcome of resources.
RightsOutcome of rights.
ReliefOutcome of relief.
Cress, Daniel M. and David A. Snow. 2000. "The Outcomes of Homeless Mobilization: The Influence of Organization, Disruption, Political Mediation, and and Framing." American Journal of Sociology 105 (4) : 1063-1104.
1 2 3 4 5 6 7 8 9  | cond <- c("Viable", "Disrupt","Allies","City","Diag","Prog")
## see table 5 in p1083
reduce(CressSnow,"Representation",cond,exp="positive",contr="positive",case="Caseid")
reduce(CressSnow,"Resources",cond,exp="positive",contr="positive",case="Caseid")
reduce(CressSnow,"Rights",cond,exp="positive",case="Caseid")
reduce(CressSnow,"Relief",cond,exp="positive",contr="positive",case="Caseid")
## define impact
CressSnow$Impact <- as.numeric(with(CressSnow,Representation+Rights+Relief)>=2)
reduce(CressSnow,"Impact",cond,exp="positive",case="Caseid")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.