Learn R Programming

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

clickstream (version 1.1.8)

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.8

License

GPL-2

Maintainer

Michael Scholz

Last Published

April 26th, 2016

Functions in clickstream (1.1.8)

randomClickstreams

Generates a List of Clickstreams
writeClickstreams

Writes a List of Clickstreams to File
summary.ClickstreamClusters

Prints a Summary of a ClickstreamCluster Object
print.ClickstreamClusters

Prints a ClickstreamClusters Object
readClickstreams

Reads a List of Clickstreams from File
absorbingStates

Returns All Absorbing States
print.Clickstreams

Prints a Clickstreams Object
MarkovChain-class

Class "MarkovChain"
predict.ClickstreamClusters

Predicts the Cluster for a Given Pattern Object
summary,MarkovChain-method

Prints the Summary of a MarkovChain Object
transientStates

Returns All Transient States
fitMarkovChain

Fits a List of Clickstreams to a Markov Chain
summary.Clickstreams

Prints a Summary of a Clickstreams Object
frequencies

Generates a Data Frame of State Frequencies for All Clickstreams in a List of Clickstreams
print.MarkovChainSummary

Prints the Summary of a MarkovChain Object
show,Pattern-method

Shows a Pattern Object
Pattern-class

Class "Pattern"
clusterClickstreams

Performs K-Means Clustering on a List of Clickstreams
states

Returns All States
clickstream-package

Analyzes Clickstreams Based on Markov Chains
predict,MarkovChain-method

Predicts the Next Click(s) of a User
randomClicks

Generates a Sequence of Clicks
as.transactions

Coerces a Clickstream Object to a Transactions Object