User Tools

Site Tools


c:ma:2019:assignment_week15

This is an old revision of the document!


Use Krackhardt's data and apply them to lab06 procedure (clustering social network data).
Krackhardt's data can be obtained via the below.

library(NetData)
data(package="NetData")
data(kracknets, package = "NetData")
head(krack_full_data_frame)

krack_full_data_frame is the same data as used in studentnets.M182 data set (please refer to lab06 page).

Do the following. Please note that

  • There will be no #4. procedure.
  • No factor analysis
  • Instead, you are doing hierarchical clustering with
    • advice_tie and friendship_tie
    • advice_tie and reports_to_tie

Please name variables as the lab06 does.

###
#1. SETUP
###
###
#2. LOADING AND FORMATTING DATA
###
###
# 3.1 HIERARCHICAL CLUSTERING ON advice_tie and reprots_to_tie
###
###
# 3.2 HIERARCHICAL CLUSTERING ON advice_tie and friendship_tie
###
c/ma/2019/assignment_week15.1576200062.txt.gz · Last modified: 2019/12/13 10:21 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki