Hi All,
Trying to run attribution modeling code :
There is issue with this step.
- channel_fin = ddply(channel_fin,~path,summarise, conversion= sum(convert))
Problem with summarise() input conversion.
x object ‘convert’ not found
i Input conversion is sum(convert).
Please guide.
1 post - 1 participant