Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Nov 25, 2024
1 parent a2f2f66 commit ca90037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simple_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chldat <- anlz_avedat(epcdata)$mos |>
inner_join(lddat, by = 'date') |>
mutate(
tn_load_3mo = tn_load + lag(tn_load) + lag(tn_load, 2),
qrt = factor(lubridate::quarter(date, with_year = F), levels = 1:4, labels = c('JFM', 'AMJ', 'JJA', 'OND'))
qrt = factor(lubridate::quarter(date, with_year = F), levels = 1:4, labels = c('JFM', 'AMJ', 'JAS', 'OND'))
) |>
filter(date >= as.Date('2000-01-01'))

Expand Down
Binary file modified figs/simple_regression.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca90037

Please sign in to comment.