Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8990771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:34:30+00:00 2026-06-15T22:34:30+00:00

I have a pass traffic data which shows the pass traffic between Members, here’s

  • 0

I have a pass traffic data which shows the pass traffic between Members, here’s the sample dataset

It shows the Interactions between Members in consecutive rows. I want to count that interactions, and obtain a new dataset which shows how many interactions occured between Members for Each Member, the direction doesn’t matters

For example:

between 26 and 11 = X
between 26 and 27 = Y

I just can’t figure it out which function I can use and how can I write a code for this calculation. Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T22:34:31+00:00Added an answer on June 15, 2026 at 10:34 pm

    You could use the rollaply function from the zoo package to find all interactions. The frequency of these interactions could be calculated using table. (I assume your object is called dat.)

    library(zoo)
    table(as.data.frame(rollapply(dat[[1]], 2, sort)))
    

    The result:

        V2
    V1    4  8 10 11 13 17 19 25 26 27 53
      4   2 13 17  1  2  5  6  3  1  9  4
      8   0  2 14 11 10  4  5  0 13 13 11
      10  0  0  3  9  7  2  4  2  8 11  8
      11  0  0  0  1  6  5  4  4  5  4 25
      13  0  0  0  0  0  1  3  5  7  9  8
      17  0  0  0  0  0  0  1  1  1  5  5
      19  0  0  0  0  0  0  1  1  1  5  4
      25  0  0  0  0  0  0  0  0  5  8  5
      26  0  0  0  0  0  0  0  0  1  5  3
      27  0  0  0  0  0  0  0  0  0  0  1
      53  0  0  0  0  0  0  0  0  0  0  1
    

    The lower triangular part of the matrix contains zeros only since the direction does not matter.

    If you are not interested in interactions between the same values, use the following command:

    table(as.data.frame(rollapply(rle(dat[[1]])$values, 2, sort)))
    
        V2
    V1    8 10 11 13 17 19 25 26 27 53
      4  13 17  1  2  5  6  3  1  9  4
      8   0 14 11 10  4  5  0 13 13 11
      10  0  0  9  7  2  4  2  8 11  8
      11  0  0  0  6  5  4  4  5  4 25
      13  0  0  0  0  1  3  5  7  9  8
      17  0  0  0  0  0  1  1  1  5  5
      19  0  0  0  0  0  0  1  1  5  4
      25  0  0  0  0  0  0  0  5  8  5
      26  0  0  0  0  0  0  0  0  5  3
      27  0  0  0  0  0  0  0  0  0  1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a pass traffic data between players, here's the data , first column
I have a Oracle procedure to which I have to pass a datetime value
i have to pass a string value which is stored in a variable to
I have to pass a parameter into a condition to select rows, if I
You have to pass the args variable to the anonymous function, but the anonymous
I have to pass back information from a different source and can have a
I have to pass an object to an button's action... something like [myButton addTarget:self
I have to pass information from a desktop application to Web application and vice
I have a facebook app that requiers authorization, therefore I have to pass a
Good day. I have to pass the session value to a business logic layer,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.