Online Appendix
We use rental data from CMHC reported by census subdivision across Canada. CMHC’s rental data cover rental data for the entire universe of condominiums and does not take into account the tenure of the rents and only focus on the rental properties that are currently in the market. Our data range from 2006 to 2021. We also collect census data from Statistics Canada for a range of control variables in our models.
We estimate the following linear regression:
yi,t = β0 + β1xi,t−1 + γt + δz + ui,t
where the dependent variable yi,t is either average $ rent or vacancy rate for a two-bedroom condominium for census subdivision i and year t.
γt are year fixed effects, and δz are province fixed effects. xi,t denotes census subdivision-level economic and demographic characteristics; namely, the number of immigrants, non-permanent residents, interprovincial immigrants, and residents that work-from-home, working-age population, residents that are never married, using public transport, with bachelor’s degree and with college/CEGEP degree, as a share of census subdivision-level population; median income, unemployment rate, % in census subdivision-level population, the number of couples without children as a share of the number of households, and the number of unit completions as a share of the number of dwellings. All variables are lagged and at the beginning of each year. We cluster heteroskedasticity-robust standard errors by census subdivision.
Table 1. Variables and Descriptive Statistics
VARIABLES | N | Mean | SD | Min | Max |
---|---|---|---|---|---|
Dependant Variables | |||||
Rent ($, 2 Bedroom) | 6,132 | 897.37 | 307.30 | 356.00 | 3066.00 |
Vacancy (%, 2 Bedroom) | 5,196 | 2.97 | 3.45 | 0.00 | 36.40 |
Control Variables | |||||
Immigrants (% of Pop.) | 6,132 | 11.24 | 10.85 | 0.00 | 59.83 |
Non-PR (% of Pop.) | 6,132 | 0.71 | 1.22 | 0.00 | 17.05 |
Interprovincial Imgs (% of Pop.) | 6,132 | 2.77 | 3.05 | 0.00 | 23.43 |
Work-From-Home (% of Pop.) | 6,132 | 3.76 | 2.58 | 0.00 | 21.20 |
Working Age (% of Pop.) | 6,132 | 33.98 | 4.10 | 20.46 | 58.31 |
Median Income ($1,000) | 6,132 | 32.98 | 7.53 | 16.74 | 77.48 |
Unemployment Rate (%) | 6,132 | 7.12 | 2.61 | 0.00 | 22.50 |
Never Married (% of Pop.) | 6,132 | 23.23 | 5.13 | 10.90 | 43.04 |
Couple w/o Children (% of HHs) | 6,132 | 31.94 | 6.76 | 18.52 | 74.78 |
Using Public Transport (% of Pop.) | 6,132 | 2.14 | 2.94 | 0.00 | 20.53 |
% Change in Population | 6,132 | 10.17 | 1.24 | 6.44 | 14.84 |
Completions (% of Dwellings) | 6,132 | 2.33 | 2.56 | 0.00 | 42.92 |
w/ Bachelors (% of Pop.) | 6,132 | 10.44 | 5.28 | 0.00 | 53.17 |
w/ College/CEGEP (% of Pop.) | 6,132 | 15.95 | 3.08 | 3.35 | 24.99 |
Table 2. Regressions of Rent and Vacancy
VARIABLES | ||
---|---|---|
(1) | (2) | |
ln(Rent) | Vacancy (%) | |
Immigrants (% of Pop.) | 0.536*** (0.095) |
-0.001 (0.013) |
Non-PR (% of Pop.) | 2.003** (0.896) |
0.298** (0.147) |
Interprovincial Imgs (% of Pop.) | 0.129 (0.387) |
0.132*** (0.036) |
Work-From-Home (% of Pop.) | 1.338*** (0.303) |
-0.079 (0.054) |
Working Age (% of Pop.) | 0.253 (0.218) |
0.020 (0.034) |
Median Income ($1,000) | 1.075*** (0.159) |
0.170*** (0.039) |
Unemployment Rate (%) | -1.028*** (0.235) |
0.349*** (0.063) |
Never Married (% of Pop.) | 0.690*** (0.139) |
-0.038 (0.033) |
Couple w/o Children (% of HHs) | -0.349*** (0.104) |
0.016 (0.019) |
Using Public Transport (% of Pop.) | 0.705** (0.310) |
-0.010 (0.066) |
% Change in Population | 1.306** (0.551) |
-0.007 (0.105) |
Completions (% of Dwellings) | 1.577*** (0.301) |
-0.112* (0.060) |
Completions Squared | -0.047*** (0.014) |
0.005 (0.003) |
w/ Bachelors (% of Pop.) | 0.688*** (0.150) |
-0.150*** (0.034) |
w/ College/CEGEP (% of Pop.) | 0.550** (0.259) |
-0.187*** (0.040) |
Constant | Yes | Yes |
Year FE | Yes | Yes |
Province FE | Yes | Yes |
# of Census Subdivision-Years | 6,132 | 5,251 |
Adj. R-squared | 0.823 | 0.182 |
The table presents the regression results for for rents and vacancy by census subdivision from 2006 to 2023. Column (1) shows the complete regression results presented in Figure 1 and Column (3) shows the complete regression results presented in Figure 2 in the main report. Census subdivision-clustered robust standard errors are shown in parentheses. Statistical significance is denoted by: * p<0.1; ** p<0.05; *** p<0.01.
Model Explanation for the AI-Driven Rental Projections
We project future rents using a neural network model. The neural network model implemented in this project is a Multi-Layer Perceptron (MLP) Regressor. This type of neural network is particularly suited for regression tasks, making it ideal for predicting continuous values. We use the Adam optimizer to minimize the loss function, which measures the difference between the predicted and actual values.1 Additionally, an L2 regularization term is included to prevent overfitting, promoting better generalization to new, unseen data. The MLP Regressor iteratively adjusts its parameters in the layers to improve its predictive accuracy in training. After training, we use the model to project future rents by census subdivision for the years 2027 and 2032.
Based on the best predictors that we obtain from the linear model and factors that the Canadian Government makes projections such as immigration and population, we use the number of immigrants, non-permanent residents, and residents that work-from-home, residents that are using public transport and with bachelor’s degree, as a share of census subdivision-level population; median income, census subdivision-level population, and the number of unit completions as a share of the number of dwellings as the output variable in our neural network model to project future rents. We project non-permanent residents, immigrant levels, and population to better predict the 2027 and 2032 rents. We use Statistics Canada’s projections for these three variables.2 Non-permanent residents and population have a projection for 2032, but immigrant levels projections only expand to 2026. So, we assume constant growth after 2026 up until 2032 for it. For other variables with no projections, we assume constant growth using historical data.
1 For more details, please see https://arxiv.org/abs/1412.6980.
2 For more details, please visit the hyperlinks: Non-Permanent Residents, Immigrant Levels, Population.