Learn R Programming

markovchain (version 0.6.9)

craigsendi:

Description

This is the table shown in Craig and Sendi paper showing zero and six month CD4 cells count in six brakets

Usage

data(craigsendi)

Arguments

Format

The format is: table [1:3, 1:3] 682 154 19 33 64 19 25 47 43 - attr(*, "dimnames")=List of 2 ..$ : chr [1:3] "0-49" "50-74" "75-UP" ..$ : chr [1:3] "0-49" "50-74" "75-UP"

Details

Rows represent counts at the beginning, cols represent counts after six months.

References

See source

Examples

Run this code
data(craigsendi)
csMc<-as(craigsendi, "markovchain")
steadyStates(csMc)

Run the code above in your browser using DataLab