Learn R Programming

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

clickstream (version 1.1.2)

Analyzes clickstreams based on Markov chains

Description

This package allows modeling clickstreams with Markov chains. It supports to model clickstreams as zero-order, first-order or higher-order Markov chains.

Copy Link

Version

Install

install.packages('clickstream')

Monthly Downloads

424

Version

1.1.2

License

GPL-2

Maintainer

Michael Scholz

Last Published

July 15th, 2014

Functions in clickstream (1.1.2)

fitMarkovChain

Fits a list of clickstreams to a Markov chain
randomClicks-methods

Generates a sequence of clicks
print.ClickstreamClusters

Prints a ClickstreamClusters object
writeClickstreams

Writes a list of clickstreams to a file
clusterClickstreams

Perform k-means clustering on a list of clickstreams
summary-methods

Prints a summary of a MarkovChain object
Pattern-class

Class "Pattern"
clickstream-package

Analyzes clickstreams based on Markov chains
print.MarkovChainSummary

Prints the summary of a MarkovChain object
print.Clickstreams

Prints a list of clickstreams
states-methods

Returns all states
summary.Clickstreams

Prints a summary of a list of clickstreams
summary.ClickstreamClusters

Prints a summary of a ClickstreamCluster object
predict-methods

Predicts the next click(s) of a user
readClickstreams

Reads a list of clickstreams from a file
MarkovChain-class

Class "MarkovChain"
predict.ClickstreamClusters

Predicts the cluster for a given Pattern object
randomClickstreams

Generates a list of clickstreams
absorbingStates-methods

Returns all absorbing states
transientStates-methods

Returns all transient states