Learn R Programming

⚠️There's a newer version (1.3.4) of this package.Take me there.

clickstream (version 1.1.4)

Analyzes Clickstreams Based on Markov Chains

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.

Copy Link

Version

Install

install.packages('clickstream')

Monthly Downloads

424

Version

1.1.4

License

GPL-2

Maintainer

Michael Scholz

Last Published

May 17th, 2015

Functions in clickstream (1.1.4)

absorbingStates-methods

Returns All Absorbing States
MarkovChain-class

Class "MarkovChain"
clickstream-package

Analyzes Clickstreams Based on Markov Chains
randomClicks-methods

Generates a Sequence of Clicks
fitMarkovChain

Fits a List of Clickstreams to a Markov Chain
summary-methods

Prints the Summary of a MarkovChain Object
predict.ClickstreamClusters

Predicts the Cluster for a Given Pattern Object
print.Clickstreams

Prints a Clickstreams Object
readClickstreams

Reads a List of Clickstreams from File
Pattern-class

Class "Pattern"
clusterClickstreams

Performs K-Means Clustering on a List of Clickstreams
frequencies

Generates a Data Frame of State Frequencies for All Clickstreams in a List of Clickstreams
predict-methods

Predicts the Next Click(s) of a User
show-methods

Shows a Pattern Object
summary.ClickstreamClusters

Prints a Summary of a ClickstreamCluster Object
as.transactions

Coerces a Clickstream Object to a Transactions Object
print.MarkovChainSummary

Prints the Summary of a MarkovChain Object
print.ClickstreamClusters

Prints a ClickstreamClusters Object
randomClickstreams

Generates a List of Clickstreams
states-methods

Returns All States
transientStates-methods

Returns All Transient States
writeClickstreams

Writes a List of Clickstreams to File
summary.Clickstreams

Prints a Summary of a Clickstreams Object