Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 531 Bytes

File metadata and controls

16 lines (9 loc) · 531 Bytes

ClickstreamAnalysis

This R code is an example of analyzing Clickstream Data using Markov Chains and data mining SPADE algorithm.

You can find the whole analysis here: https://www.blendo.co/blog/clickstream-data-mining-techniques-introduction/

Usage

I have used R version 3.3.3 (2017-03-06) -- "Another Canoe"

All packages needed are mentioned in the code.

You just need to import the data as a .csv file, install the required packages and run the code!

License

The MIT License