Skip to content

Commit

Permalink
Improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
euclidjda committed Oct 21, 2021
1 parent 1945ff6 commit 70286de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions value-and-inflation/value-cpi-decade-chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ cpi.decade <- aggregate(cpi.annual+1,
as.integer(substr(index(cpi.annual),1,3)), geomean)-1
hi.lo.decade <- aggregate(hi.lo.annual+1,
as.integer(substr(index(hi.lo.annual),1,3)), geomean)-1
#hi.lo.decade[][8]=-0.012

data.decade <- merge.zoo( cpi.decade, hi.lo.decade )

df.decade <- data.frame(cpi=data.decade$cpi.decade,hilo=data.decade$hi.lo.decade)
Expand Down

0 comments on commit 70286de

Please sign in to comment.