Skip to content

Commit

Permalink
Add comment to 03_run_regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
wfmackey committed Sep 20, 2019
1 parent c8b9b65 commit 1715619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/03_run_regressions.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ model2 <- export_summs(mck_awote_model_with_award2,
stars = c('***' = 0.01, '**' = 0.05, '*' = 0.10),
error_pos = "right",
model.names = c("AWOTE (with pre-SG rate)",
"AENA (wages) (with pre-SG rate)"),
"AENA (wages) (with pre-SG rate)",
"AENA (social) (with pre-SG rate)"),
coefs = c("sg_with_award2_d4",
"nairu_gap_lag4",
"unemp_d4_lag4",
Expand Down Expand Up @@ -170,6 +171,10 @@ model3

# Model 4: The previous model with RBA specifications --------------------------

# Note that the original RBA model is used to predict WPI, not AWOTE or AENA
# The RBA model is detailed here: https://www.rba.gov.au/publications/bulletin/2017/mar/pdf/bu-0317-2-insights-into-low-wage-growth-in-australia.pdf


# AWOTE
rba_awote <- awote_d4 ~
sg_with_award2_d1_lag2 +
Expand Down
Binary file modified data/Cleaned/super_data.Rda
Binary file not shown.

0 comments on commit 1715619

Please sign in to comment.