View source: R/BivariateAutoregressiveHMM.R
GenerateSimulatedMC | R Documentation |
Generates simulated Markov chain data
GenerateSimulatedMC(init, tran, toxin_data_len, mu_a, k, tox_em, missing_perc)
init |
Initial Markov state probabilities |
tran |
Transition Markov state probabilities |
toxin_data_len |
Length of days to simulate |
mu_a |
mean negative binomial parameter |
k |
size negative binomial parameter |
tox_em |
Classification matrix from ordinal regression parameters |
missing_perc |
Percent of data to remove from simulated data |
Returns simulated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.