Skip to contents
-
AtoQ()
- Linear interpolation based on AREMOS command reference page 292 (superseded by disagg())
-
QtoA()
- Aggregate from quarterly to annual frequency (superseded by tsbox::ts_frequency())
-
addf()
- Create xts addfactor
-
aggr()
- Aggregate univariate or multivariate time series from low to high frequency
-
bnk_end
- end of data range in the data bank
-
bnk_start
- start of data range in the data bank
-
cagr()
- Calculate compund annual growth
-
conv_long()
- Convert "ts-boxable" objects to long format (extension of
tsbox::ts_long()
)
-
conv_tslist()
- Convert "ts-boxable" objects to tslist (extension of
tsbox::ts_tslist()
)
-
conv_wide()
- Convert "ts-boxable" objects to wide format (extension of
tsbox::ts_wide()
)
-
conv_xts()
- Convert "ts-boxable" objects to xts format (extension of
tsbox::ts_xts()
)
-
copy_tbl()
- Copy a data frame to clipboard (only works on MacOS)
-
daily_data_example
- daily data for examples
-
disagg()
- Interpolate univariate or multivariate time series from low to high frequency
-
extract_data()
- Parse gets output and extract underlying data (GETS model development)
-
find_end()
- Find the date of the last observation (NAs are dropped)
-
find_start()
- Find the date of the first observation (NAs are dropped)
-
fytd_cum()
- Fiscal year to date sum or average
-
fytd_gr()
- Fiscal year to date growth rate
-
gen_table()
- Generate a table with time series
-
get_series()
- Download a set of series from udaman using series names
-
get_series_exp()
- Download series listed in an export table from udaman
-
get_var()
- Construct a series name from variable components and retrieve the series
-
`%+=%`
- In place addition
-
index()
- Get indexed series (wrapper around tsbox::ts_index())
-
is_wide()
- Check if a data frame is in wide format
-
ma()
- Backward looking moving average
-
make_xts()
- Create xts and fill with values
-
model_equation()
- Parse lm() output and convert into bimets equation (GETS model development)
-
monthly_data_example
- monthly data for examples
-
mtd_cum()
- Month to date sum or average
-
mtd_gr()
- Month to date growth rate
-
nmons()
- Calculate number of months between two dates yyyyMm, yyyy.m or yyyy-mm-dd
-
nqtrs()
- Calculate number of quarters between two dates yyyyQq, yyyy.q or yyyy-mm-dd
-
p()
- Concatenate dates to obtain period
-
pc_to_pca()
- Convert quarterly growth to annualized growth
-
pca_to_pc()
- Convert annualized growth to quarterly growth
-
pcmp()
- Calculate multi-period average growth
-
plot_1()
- Interactive plot with level and growth rate
-
plot_2ax()
- Interactive lineplot with two axes
-
plot_comp_2()
- Two-panel plot of levels and growth rates
-
plot_comp_3()
- Three-panel plot of levels, index, and growth rates
-
plot_fc()
- Interactive plot with level and growth rate for forecast series
-
pm()
- Concatenate dates formatted as yyyyMm or yyyy.m to obtain period
-
pq()
- Concatenate dates formatted as yyyyQq or yyyy.q to obtain period
-
ptd_cum()
- Period to date sum or average
-
ptd_gr()
- Period to date growth rate
-
py()
- Concatenate dates formatted as yyyy to obtain period
-
qtrs()
- Convert period in quarters to period in months
-
quarterly_data_example
- quarterly data for examples
-
rename_udaman()
- Format series names to udaman format (mnemonic@loc.freq)
-
save_plot_list()
- Save a list of interactive plots to html
-
set_attr_tslist()
- Set class attribute to tslist
-
set_tsrange()
- Set tsrange for behavioral equations to available data range
-
set_udaman_token()
- Set udaman token for API access
-
span()
- Specify span of time series (wrapper around tsbox::ts_span())
-
sum_pattern
- end of data range in the data bank
-
to_ymd()
- Parse strings into dates in yyyy-mm-dd format
-
uh_colors
- colors defined in the UHERO Style Guide
-
uh_colors_50
- transparent versions of UHERO colors
-
uh_colors_light
- lighter versions of UHERO colors
-
update_eqs()
- Update a bimets model with new/modified equations
-
write_tsd()
- Save a ts-boxable object in tsd format
-
ymd_to_yQq()
- Convert dates from yyyy-mm-dd to yyyyQqq format
-
yoy_to_lev()
- Extend a series using year over year growth
-
ytd_cum()
- Year to date sum or average
-
ytd_gr()
- Year to date growth rate