rt_markov_model | R Documentation |
wrapper around ChannelAttribution::markov_model
rt_markov_model( .path_data, .path_sequence = "path_sequence", .num_conversions = "num_conversions", .conversion_value = "conversion_value", .null_conversions = "null_conversions", .order = 1, .symbol = ">", .seed = 42 )
.path_data |
dataframe expected by ChannelAttribution::markov_model |
.path_sequence |
var_path |
.num_conversions |
var_conv |
.conversion_value |
var_value |
.null_conversions |
var_null |
.order |
order |
.symbol |
sep |
.seed |
seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.