Description Usage Format Details Author(s) References
Model with two states and a probability of switching between the two.
1 | ca(l, birthdeath, parms = p)
|
1 2 3 4 5 6 7 8 9 10 11 12 | List of 6
$ name : chr "Random birth-death model"
$ ref : logi NA
$ states: chr [1:2] "+" "0"
$ cols : chr [1:2] "black" "white"
$ parms :List of 2
..$ death: num 0.5
..$ birth: num 0.5
$ update:function (x_old, parms)
..- attr(*, "srcref")=Class 'srcref' atomic [1:8] 39 22 52 1 22 1 39 52
.. .. ..- attr(*, "srcfile")=Classes 'srcfilecopy', 'srcfile' <environment: 0x4ea78e8>
- attr(*, "class")= chr "ca_model"
|
This model implements only two states (dead or alive). Each cell can transition to the other depending only on a probability transition p ( dead -> alive) or q (alive -> dead). This model serves as a null model for the others provided for caspr.
None
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.