social_network_analysis
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
social_network_analysis [2019/11/13 07:08] – [E.g.3. CONCOR] hkimscil | social_network_analysis [2024/11/25 10:25] (current) – [Draft] hkimscil | ||
---|---|---|---|
Line 32: | Line 32: | ||
* 이 때 남자이기 때문에 특정한 생각이나 태도가 형성된다라고 주장하는 것에는 생물학적 + 사회학적인 영향력이 그 사람의 생각/ | * 이 때 남자이기 때문에 특정한 생각이나 태도가 형성된다라고 주장하는 것에는 생물학적 + 사회학적인 영향력이 그 사람의 생각/ | ||
- | * 위에서 특징으로 인해서 발현되는 그 무엇이 사회의 일반성에 (regularity) 영향을 준다고 할 수 있는데, 연구자는 " | + | * 위에서 특징으로 인해서 발현되는 그 무엇이 사회의 일반성에 (regularity) 영향을 준다고 할 수 있는데, 연구자는 " |
- | 인간의 태도나 의견, 행동과 관련이 있다는 주장을 할 수도 있다. 즉, 남자라는 사회학적인 특성은 사회학적으로 특정한 결과를 (태도, 의견, 행동) 초래하도록 하는것 처럼, 어떤 사회적 그룹에서, | + | |
일반적으로 SNA는 아래의 것들을 강조한다. | 일반적으로 SNA는 아래의 것들을 강조한다. | ||
Line 68: | Line 67: | ||
* Performance: | * Performance: | ||
* {{Social Contagion and Innovation.pdf}} | * {{Social Contagion and Innovation.pdf}} | ||
- | * Diffusion: | + | * Cohesion vs. Structural equivalence |
* see http:// | * see http:// | ||
* Burt, R. S. 1987. " | * Burt, R. S. 1987. " | ||
* Mizruchi, M. 1993. " | * Mizruchi, M. 1993. " | ||
+ | * Diffusion: Diffusion of Innovation | ||
+ | * [[: | ||
+ | * Deroı̈an, Frédéric (2002). [[https:// | ||
{{ : | {{ : | ||
Line 151: | Line 153: | ||
1과1, 1과2 등은 관계가 있음을 나타내 주는 것이다. | 1과1, 1과2 등은 관계가 있음을 나타내 주는 것이다. | ||
</ | </ | ||
- | < | + | < |
+ | classtaken = matrix(0, | ||
+ | # 0으로 채워진 8 x 10 크기의 matrix 만들기 | ||
+ | # 8 students | ||
+ | # 10 classes | ||
+ | classtaken | ||
edge.list = matrix ( | edge.list = matrix ( | ||
c(1, | c(1, | ||
Line 160: | Line 167: | ||
6, | 6, | ||
7, | 7, | ||
- | 8, | + | 8, |
- | classtaken[edge.list] = 1 | + | # 둘로 짝지어진 (ncol = 2) 관계 위치를 edge.list에 기록하기 |
+ | # (1,1)은 매트릭스의 row 1, column 1 위치를 의미 | ||
+ | |||
+ | classtaken[edge.list] = 1 | ||
+ | # 0으로만 채워졌던 classtaken matrix에 [edge.list]자리는 0을 1로 바꾸기 | ||
+ | # 위에서 언급된 위치에 1을 주기 | ||
classtaken # classtaken 데이터 확인 | classtaken # classtaken 데이터 확인 | ||
+ | |||
rownames(classtaken) = c(" | rownames(classtaken) = c(" | ||
colnames(classtaken) = c(" | colnames(classtaken) = c(" | ||
Line 242: | Line 256: | ||
====== E.g.3. CONCOR ====== | ====== E.g.3. CONCOR ====== | ||
+ | please refer to https:// | ||
+ | |||
+ | 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. | ||
+ | |||
< | < | ||
#INSTALL CONCOR | #INSTALL CONCOR | ||
+ | install.packages(" | ||
devtools:: | devtools:: | ||
Line 490: | Line 515: | ||
====== Draft ====== | ====== Draft ====== | ||
+ | * see https:// | ||
* https:// | * https:// | ||
* [[: | * [[: |
social_network_analysis.1573596483.txt.gz · Last modified: 2019/11/13 07:08 by hkimscil