From phiroc at free.fr Thu Feb 15 14:05:54 2018 From: phiroc at free.fr (phiroc at free.fr) Date: Thu, 15 Feb 2018 14:05:54 +0100 (CET) Subject: [Traminer-users] Analyzing sequential data in web logs In-Reply-To: <1101285679.598343003.1518699778736.JavaMail.root@zimbra65-e11.priv.proxad.net> Message-ID: <1678844393.598353037.1518699954217.JavaMail.root@zimbra65-e11.priv.proxad.net> Hello, let's say that a web log file contains data that matches the following logic: At time 1, user A click button BT1 on page P1 At time 1, user B clicks button BT1 on page P1 At time 2, user A click button BT2 on page P2 At time 2, user B click button BT2 on page P2 ... I would like to derive general sequential trends from this file (ie. which web pages are the most frequently visited by users, in what order). Is Traminer the appropriate package for such a purpose, or are there better packages, in R or other languages (Scala, etc.)? Many thanks. Best regards, Philippe