User Tools

Site Tools


sna_eg_stanford:lab01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
sna_eg_stanford:lab01 [2019/12/11 08:42] – [no pdf] hkimscilsna_eg_stanford:lab01 [2019/12/11 08:45] – [no pdf] hkimscil
Line 559: Line 559:
  
 # To view your data in a spreadsheet-like window, use the command 'fix()' # To view your data in a spreadsheet-like window, use the command 'fix()'
-fix(reports_to_data_frame)+fix(reports_to_data_frame)
  
 # The attribute data for this lab is in a comma-separated-value # The attribute data for this lab is in a comma-separated-value
Line 608: Line 608:
 # Take a look at each data frame using the 'fix()" function. Note that you'll  # Take a look at each data frame using the 'fix()" function. Note that you'll 
 # need to close each fix window before R will evaluate the next line of code. # need to close each fix window before R will evaluate the next line of code.
-fix(advice_data_frame) + 
-fix(friendship_data_frame) +fix(advice_data_frame) 
-fix(reports_to_data_frame)+fix(friendship_data_frame) 
 +fix(reports_to_data_frame)
    
 # Before we merge these data, we need to make sure 'ego' and 'alter' are the # Before we merge these data, we need to make sure 'ego' and 'alter' are the
Line 770: Line 771:
     name = "advice_tie") == 0])     name = "advice_tie") == 0])
 summary(krack_advice_only) summary(krack_advice_only)
 +
 # pdf("1.2_Krackhardt_Advice.pdf") # pdf("1.2_Krackhardt_Advice.pdf")
 plot(krack_advice_only, main="krack_advice_only") plot(krack_advice_only, main="krack_advice_only")
sna_eg_stanford/lab01.txt · Last modified: 2022/11/28 22:26 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki