multi_probability_multinomial_process | R Documentation |
Simulates a two-stage process where all individuals
in a given source_state
sample whether to leave or not with a
individual probability specified by the DoubleVariable
object rate_variable
; those who leave go to one of the destination_states
with
probabilities contained in the vector destination_probabilities
.
multi_probability_multinomial_process( variable, source_state, destination_states, rate_variable, destination_probabilities )
variable |
a |
source_state |
a string representing the source state. |
destination_states |
a vector of strings representing the destination states. |
rate_variable |
|
destination_probabilities |
probability vector of destination states. |
a function which can be passed as a process to simulation_loop
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.