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
social_network_analysis [2022/12/06 08:39] – [E.g.,] hkimscilsocial_network_analysis [2023/06/08 10:16] (current) – [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  
-    * [[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]]
  
 {{  :sna_egs.jpg?800  }} {{  :sna_egs.jpg?800  }}
Line 156: Line 156:
 classtaken = matrix(0,8,10)  classtaken = matrix(0,8,10) 
 # 0으로 채워진 8 x 10 크기의 matrix 만들기 # 0으로 채워진 8 x 10 크기의 matrix 만들기
 +# 8 students
 +# 10 classes
 classtaken classtaken
 edge.list = matrix ( edge.list = matrix (
Line 166: Line 168:
     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 257:
 ====== 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.1670283561.txt.gz · Last modified: 2022/12/06 08:39 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki