This course is archived · This course is now in read-only mode. You can’t register or make new submissions anymore, but your previous work and results are still available.

Sign in to test your solution.
# install and load the necessary packages # if (!require(pacman)){ # install.packages( # "pacman", # repos="https://cran.rstudio.com/", # quiet=TRUE # )} # p_load(statnet) # p_load_current_gh("DougLuke/UserNetR") # load the data # load("Facebook(asnetwork).RData") n_vertices <- ...