Segment shares of car sales in five categories according to the size of the car chassis, with explanatory variables.
data("carseg")
A data frame with 152 observations on the following 13 variables.
Segment share in category A
Segment share in category B
Segment share in category C
Segment share in category D
Segment share in category E
quarterly household expenditures
monthly confidence indicator made up of several branches
monthly households investment
binary vector indicating the incentive period
Gross domestic product
gas oil price
monthly short term interest rates
sequential month number (1 to 150)
This dataset consists of simulated monthly segment market shares (SA to SE) corresponding to the 5 segments of a certain brand during 150 consecutive months (01/2003 to 08/2015). The set of explanatory variables was selected by Morais and Thomas-Agnan (2019) as being the most meaningful to explain the segment shares. Names have been simplified.
Morais, J. and Thomas-Agnan, C. (2019), Impact of economic context on automobile market segment shares: a compositional approach, Case Studies in Business, Industry and Government Statistics, in press.
data(carseg)
summary(carseg[,(6:12)])
Run the code above in your browser using DataLab