forked from cran/clickstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 864 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: clickstream
Type: Package
Title: Analyzes Clickstreams Based on Markov Chains
Version: 1.3.0
Date: 2017-12-14
Author: Michael Scholz, Theo van Kraay
Maintainer: Michael Scholz <[email protected]>
Description: A set of tools to read, analyze and write lists of click sequences
on websites (i.e., clickstream). A click can be represented by a number,
character or string. Clickstreams can be modeled as zero- (only computes
occurrence probabilities), first- or higher-order Markov chains.
License: GPL-2
Depends: R (>= 3.0.1), methods, igraph, stats, utils, reshape2,
data.table, MASS
Imports: plyr, Rsolnp, arules, linprog, ggplot2, ClickClust, parallel
LazyLoad: yes
ByteCompile: yes
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-12-14 10:13:46 UTC; Micha
Repository: CRAN
Date/Publication: 2017-12-14 10:31:54 UTC