Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network analysis? #6

Open
cbpuschmann opened this issue Sep 14, 2018 · 2 comments
Open

Network analysis? #6

cbpuschmann opened this issue Sep 14, 2018 · 2 comments
Labels

Comments

@cbpuschmann
Copy link

When working with the browser tracking data that Judith and colleages collected, for a while I considered relying primarily on concepts (and code libraries/tools) for network analysis, such as igraph for analysis. For various reasons we didn't really do this, with the result that our code feels somewhat home brew to me (in essence, we turned logs of visited sites into "grams" such as "google.com -> facebook.com" and then worked with that).

I would be interested in whether people at the workshop are considering seriously relying on network analysis for studying browser clickstream data and if not, what alternative strategies they have. What we did feels in retrospect like reinventing the wheel, and I personally feel better relying on well-developed packages for some of the very generic data processing issues involved, but on the other hand graph analysis has its own caveats. I know that Sandra Gonzales-Bailon and colleages have used such an approach with ComScore data, but I think in that particular case the approach fit well with their interest in the centrality of news sources.

In any case, I think a dedicated library for turning clickstream information in table format into something more meaningful along with some pretty plots would be useful. We wrote a few functions that point into this direction, but nothing comprehensive yet.

@vanatteveldt
Copy link
Member

Great idea! I guess you are not coming to host this right? :-)

I think we could even broaden this a bit to "statistical analysis of clickstream data" or something like that and pull in e.g. time series analysis?

@cbpuschmann
Copy link
Author

cbpuschmann commented Oct 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants