r:social_network_analysis
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
r:social_network_analysis [2023/06/12 08:20] – [stu x class 처럼 분석한 예] hkimscil | r:social_network_analysis [2024/11/14 09:02] (current) – [Hawthorne study] hkimscil | ||
---|---|---|---|
Line 8: | Line 8: | ||
{{: | {{: | ||
< | < | ||
- | library(tidiverse) | + | # install.packages(c(" |
+ | library(igraph) | ||
+ | library(tidyverse) | ||
sd <- read.csv(" | sd <- read.csv(" | ||
head(sd) | head(sd) | ||
Line 27: | Line 30: | ||
< | < | ||
+ | V(g)$type <- bipartite_mapping(g)$type | ||
types <- V(g)$type | types <- V(g)$type | ||
deg <- degree(g) | deg <- degree(g) |
r/social_network_analysis.1686525658.txt.gz · Last modified: 2023/06/12 08:20 by hkimscil