• yogmangela (12/15/2015)


    Hi Nick,

    Thanks for the tutorial. Great to see someone putting effort to share their knowledge.

    Just a little hickup.

    below variables are not assigned for last graph.

    - product_contributions

    - by_region_trimmed

    I am getting error :

    > by_region_filter<- with(majorSalesData, table(SalesTerritoryRegion, ProductKey))

    > results_filters <- CA(by_region_trimmed, graph = FALSE)

    Error in is.table(X) : object 'by_region_trimmed' not found

    >

    I look forward to more of these tutorial.

    Thanks,

    Yogs

    Hi Yogs, thanks for finding these 🙂

    I think that 'product_contributions' should be replaced by 'strength'. And 'by_region_trimmed' should be 'by_region_filter'.

    Cheers,

    Nick