Hello,
I am running a regression model as below:
lprice = 6.3 - 0.01lpassen - 0.88ldist + 0.1ldistsq + 0.02y2018 + 0.009y2019 + 0.07y2020
Where:
lprice = the average flight ticket in logarithm
lpassen = average number of passengers per day in logarithm
ldist = distance in logarithm
ldistsq = ldist^2
y2018, y2019, y2020 = dummy variables for year 2018, 2019 and 2020, respectively.
I would like to ask that how can I interpret the coefficient of the variables y2018, y2019 and y2020? Because if I interpret like normal: a change in the year 2018 by one unit is associated with a 2% change in the average ticket price would sound quite confusing to me.
Thank you for your help in advance!
I am running a regression model as below:
lprice = 6.3 - 0.01lpassen - 0.88ldist + 0.1ldistsq + 0.02y2018 + 0.009y2019 + 0.07y2020
Where:
lprice = the average flight ticket in logarithm
lpassen = average number of passengers per day in logarithm
ldist = distance in logarithm
ldistsq = ldist^2
y2018, y2019, y2020 = dummy variables for year 2018, 2019 and 2020, respectively.
I would like to ask that how can I interpret the coefficient of the variables y2018, y2019 and y2020? Because if I interpret like normal: a change in the year 2018 by one unit is associated with a 2% change in the average ticket price would sound quite confusing to me.
Thank you for your help in advance!
Comment