-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
26 lines (26 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: stressr
Title: Fetch and plot financial stress index and component data.
Version: 1.0.0
Date: 2014-06-29
Author: Matt Barry <mrb@softisms.com>
Maintainer: Matt Barry <mrb@softisms.com>
Description: Forms queries to submit to the Cleveland Federal Reserve Bank web
site's financial stress index data site. Provides query functions for both
the composite stress index and the components data. By default the download
includes daily time series data starting September 25, 1991. The functions
return a class of either type easing or cfsi which contain a list of items
related to the query and its graphical presentation. The list includes the
time series data as an xts object. The package provides four lattice time
series plots to render the time series data in a manner similar to the
bank's own presentation.
License: MIT + file LICENSE
URL: https://github.com/mrbcuda/stressr
BugReports: https://github.com/mrbcuda/stressr/issues
Imports:
xts,
XML,
lattice,
latticeExtra
Suggests:
testthat
Roxygen: list(wrap = FALSE)