I need to perform one regression to predict sale amounts of two types ofcars in one city. Now my data include the sale amounts of two types of cars (product1,product2) and
other ‘dependent’variables x1, x2,x3, x4 (the population of the city, average income,and so on) in 2010.
It seems inappropriate to perform regression on product1and product2 respectively, because the other car will not be chosen if theclient chooses one car. Any suggestion about the regression?