carseg {SGB} | R Documentation |
carseg dataset
Description
Segment shares of car sales in five categories according to the size of the car chassis, with explanatory variables.
Usage
data("carseg")
Format
A data frame with 152 observations on the following 13 variables.
- SA
Segment share in category A
- SB
Segment share in category B
- SC
Segment share in category C
- SD
Segment share in category D
- SE
Segment share in category E
- expend
quarterly household expenditures
- sent
monthly confidence indicator made up of several branches
- FBCF
monthly households investment
- PAC
binary vector indicating the incentive period
- PIB
Gross domestic product
- price
gas oil price
- rates
monthly short term interest rates
- month
sequential month number (1 to 150)
Details
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.
References
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.
Examples
data(carseg)
summary(carseg[,(6:12)])