example_two_state_markov: Reference Two State Markov Model

Description Usage Value Author(s) Examples

View source: R/example_two_state_markov.R

Description

This is a two state Markov model - modelling smoking cessation - it was adapted from reference_two_state_markov to use the SpeedyMarkov framework. It essentially contains a list of functions that are then used to sample a markov model that can then be simulated and analysed. Unlike reference_two_state_markov this is not a standalone analysis pipeline but instead represents a model definition.

Usage

1

Value

A named list of functions that all require a samples argument and pass additional arguments (using ...). The list contains:

Please see the code for more details on each required list item.

Author(s)

Sam Abbott

Examples

1
2
## Example model run
example_two_state_markov()

seabbs/SpeedyMarkov documentation built on Dec. 26, 2019, 4:38 a.m.