-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·32 lines (32 loc) · 990 Bytes
/
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
27
28
29
30
31
32
Package: marketconf
Type: Package
Title: Stock Market Confidence Indices from Yale School of Management
Date: 2018-02-24
Version: 1.0.1
Authors@R: person("Enrique", "Pérez Herrero",
email = "[email protected]",
role = c("aut", "cre", "cph"))
Maintainer: Enrique Pérez Herrero <[email protected]>
Description:
This R package reads confidence indexes data from Yale School of
Management's International Center for Finance web page.
The four U.S. Stock market confidence indexes are derived, monthly, from
survey data on the behavior of investors, these indexes are:
U.S. One Year Confidence Index.
U.S. Valuation Confidence Index.
U.S. Buy-On-Dips Confidence Index.
U.S. Crash Confidence Index.
Depends: R (>= 3.4.1)
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
magrittr,
dplyr,
lubridate
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown,
ggplot2,
testthat
VignetteBuilder: knitr