Monthly values of a news-based index of U.S. Economic Policy Uncertainty (EPU) between January 1980 and September 2014, including a binomial and a multinomial example series. For more information on its calculation, see this. Following columns are present:
date. Date as "yyyy-mm-01"
.
index. A numeric
monthly index value.
above. A factor
with value "above"
if the index is greater than the mean of the entire series, else
"below"
.
aboveMulti. A factor
with values "above+"
, "above"
, "below"
and "below-"
if the
index is greater than the 75% quantile and the 50% quantile, or smaller than the 50% quantile and the 25% quantile,
respectively and in a mutually exclusive sense.
data("epu")
A data.frame
with 417 rows and 4 columns.