0

I am trying to analyze a big data of many retail store transaction, within a particular category. My goal is to build a market structure tree, than will be based on shopper choices - what is the most/least important attribute (attaching a photo for example).

What is the right way to do it in r? I thought about choice modeling using mlogit, but I can't understand how to decide the ranking of the attributes.Pet treat category tree

1 Answers1

0

If you have Customer or User Data I would recommend using a distance matrix based on odds ratio for product proximity in a category. This way you can see and interpret customer choices.

MaDebu
  • 11
  • 4
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Feb 22 '22 at 04:37