conversion_flow: Simulate Paths and Generate Conversion Flow Diagram

Description Usage Arguments Value

View source: R/conversion_flow.R

Description

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.

Usage

1
conversion_flow(transition_matrix, num_steps, num_sim)

Arguments

transition_matrix

transition_matrix

num_steps

num_steps

num_sim

num_sim

Value

a list


bdshaff/conversionpath documentation built on Dec. 19, 2021, 7:41 a.m.