Learn R Programming

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

markovchain (version 0.0.1)

Package to perform discrete Markov chain analysis

Description

Package to easily handle discrete Markov chains

Copy Link

Version

Install

install.packages('markovchain')

Monthly Downloads

7,544

Version

0.0.1

License

GPL-2

Maintainer

Giorgio Spedicato

Last Published

August 13th, 2013

Functions in markovchain (0.0.1)

markovchain-package

The package easy handles discrete time Markov chain.
markovchainFit

Function to fit a discrete Markov chain
markovchain-class

Class "markovchain"
absorbingStates

Function to get the absorbing states of a Markov chain
plotMc

Function to plot a discrete Markov chain
states

Defined states of a transition matrix
steadyStates

Stationary states of a markovchain objeect
markovchainSequence

Function to generate a sequence of states from a given discrete markov chain.
transitionProbability

Function to get the transition probabilities from initial to subsequent status.