Skip to content
View katerinabc's full-sized avatar
Block or Report

Block or report katerinabc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. developer_sna developer_sna Public

    R 2 1

  2. FuturizingBusinessSchools FuturizingBusinessSchools Public

    Forked from King-Of-The-Cookies/FuturizingBusinessSchools

    Java

  3. journalanalyzer journalanalyzer Public

    Python 2

  4. social_network_social_media.R social_network_social_media.R
    1
    # create reply network
    2
    # To create a reply network we need to know the username, and to whom the replies were directed. The username we know, and the information about the replies is stored in the field `replyToSN`
    3
    
                  
    4
    reply_net <- data.frame(sender = "@katerinabohlec", 
    5
                            #receiver = userTl.df[,as.factor(4)] %>% group_by_(as.factor(replyToSN)) %>% summarize(weight = n()),
  5. longsna longsna Public

    ASC2018