Description Usage Arguments Details
Counts how many heterogeneous states there are as a function of distance from homogeneous states.
1 | count.states(m, model.strong.ase = TRUE)
|
m |
integer, the number of tissues |
model.strong.ase |
logical, if TRUE then there are three groups, if FALSE then only two groups |
MP 24-Feb-2014, 29-Dec-2014
Distance is the smallest number of changes that turns the state into one of the homogeneous states. Thus maximum distance is m-ceiling(m/3) when model.strong.ase==TRUE, and floor(m/2) when model.strong.ase==FALSE minimum is 1 (for a heterogeneous state).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.