User Tools

Site Tools


social_network_analysis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
social_network_analysis [2022/12/06 08:40] – [E.g.,] hkimscilsocial_network_analysis [2023/06/08 10:16] – [E.g.2] hkimscil
Line 72: Line 72:
     * Mizruchi, M. 1993. "Cohesion, Equivalence and Similarity of Behavior: a Theoretical and Empirical Assessment." Social Networks 15:275-307 [ {{0000241.pdf|PDF}} ]     * Mizruchi, M. 1993. "Cohesion, Equivalence and Similarity of Behavior: a Theoretical and Empirical Assessment." Social Networks 15:275-307 [ {{0000241.pdf|PDF}} ]
   * Diffusion: Diffusion of Innovation   * Diffusion: Diffusion of Innovation
-    * Eve Rogers+    * [[:Diffusion Theory]] by Eve Rogers 
     * Deroı̈an, Frédéric (2002). [[https://www.sciencedirect.com/science/article/pii/S0048733301001470|Formation of social networks and diffusion of innovations]]     * Deroı̈an, Frédéric (2002). [[https://www.sciencedirect.com/science/article/pii/S0048733301001470|Formation of social networks and diffusion of innovations]]
  
Line 166: Line 166:
     7,3,7,4,7,7,7,8,     7,3,7,4,7,7,7,8,
     8,1,8,2,8,6,8,9,8,10), byrow=T, nrow=36,ncol=2)      8,1,8,2,8,6,8,9,8,10), byrow=T, nrow=36,ncol=2) 
-    # 둘로 짝지어진 (ncol = 2) 관계를 edge.list에 기록하기 +    # 둘로 짝지어진 (ncol = 2) 관계 위치를 edge.list에 기록하기  
 +    # (1,1)은 매트릭스의 row 1, column 1 위치를 의미 
 classtaken[edge.list] = 1        classtaken[edge.list] = 1       
 # 0으로만 채워졌던 classtaken matrix에 [edge.list]자리는 0을 1로 바꾸기  # 0으로만 채워졌던 classtaken matrix에 [edge.list]자리는 0을 1로 바꾸기 
 +# 위에서 언급된 위치에 1을 주기
  
 classtaken # classtaken 데이터 확인 classtaken # classtaken 데이터 확인
 +
 rownames(classtaken) = c("a","b", "c", "d","e", "f", "g", "h") rownames(classtaken) = c("a","b", "c", "d","e", "f", "g", "h")
 colnames(classtaken) = c("writer", "comtheo", "pr","adv",  colnames(classtaken) = c("writer", "comtheo", "pr","adv", 
Line 251: Line 255:
 ====== E.g.3. CONCOR ====== ====== E.g.3. CONCOR ======
 please refer to https://www.r-bloggers.com/concor-in-r/ please refer to https://www.r-bloggers.com/concor-in-r/
 +
 +also note: 
 +  * RDGAM, participation in horseplay;  
 +  * RDCON, participation in arguments about open windows;  
 +  * RDPOS, friendship;  
 +  * RDNEG, antagonistic (negative) behavior; 
 +  * RDHLP, helping others with work; and 
 +  * RDJOB, the number of times workers traded job assignments.
 +
 <code>#REPLICATE BREIGER ET AL. (1975) <code>#REPLICATE BREIGER ET AL. (1975)
 #INSTALL CONCOR #INSTALL CONCOR
social_network_analysis.txt · Last modified: 2023/06/08 10:16 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki