R+中的channelattribute包;GA数据<;-如何加载零转换路径。。。?

R+中的channelattribute包;GA数据<;-如何加载零转换路径。。。?,r,google-analytics,google-analytics-api,R,Google Analytics,Google Analytics Api,我正在尝试使用R的ChannelAttribute包,它使用马尔可夫链进行多点触摸属性建模。来自CRAN网站上的文件包>> 它需要不导致转换的路径作为输入。 问题:在Google Analytics的MCF report>Top conversion paths中,仅列出了转换发生的路径。如何提取未发生转换的路径? 在下面的代码中,var_path将是通道,var_conv应具有该通道路径特定模式的转换总数,而var_null应具有未发生转换的总计数。 有什么帮助吗? 谢谢 auto_marko

我正在尝试使用R的ChannelAttribute包,它使用马尔可夫链进行多点触摸属性建模。来自CRAN网站上的文件包>>

它需要不导致转换的路径作为输入。

问题:在Google Analytics的MCF report>Top conversion paths中,仅列出了转换发生的路径。如何提取未发生转换的路径?
在下面的代码中,var_path将是通道,var_conv应具有该通道路径特定模式的转换总数,而var_null应具有未发生转换的总计数。
有什么帮助吗? 谢谢

auto_markov_model(Data, var_path, 
var_conv, var_null, 
var_value=NULL, 
max_order=10, 
roc_npt=100, 
plot=FALSE, 
nsim_start=1e5, 
max_step=NULL, 
out_more=FALSE, 
sep=">", 
ncore=1, 
nfold=10, 
seed=0, 
conv_par=0.05, 
rate_step_sim=1.5,
verbose=TRUE)