Description Usage Arguments Value
View source: R/conversion_flow.R
Given a transition matrix run a simulation to generate 'num_sim' number of paths with 'num_steps'. This function will return an aggregated table of transition points as well as the conversion flow diagram.
1 | conversion_flow(transition_matrix, num_steps, num_sim)
|
transition_matrix |
transition_matrix |
num_steps |
num_steps |
num_sim |
num_sim |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.