I have a dataset with two columns.
The first column contains my independent variable. The first column contains characteristics of a company that are separated by a comma. So for instance "A,C, D" in the first row and "C, A" in the second row. The second column contains my dependent variable which is the revenue of a company.
Is there a way in Alteryx to compute a regression to get data on which of the charateristics (for instance "A) has what kind of impact on the revenue? Is there also a way to see what kind of combinations work best (for instance "A" with "C")?
Please see a screenshot of the simplified data structure below. In the end I would have approx. 1000 data points.
Many many thanks in advance.