-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 899 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
Package: pmpp
Type: Package
Title: Posterior Mean Panel Predictor
Version: 0.1.1
Date: 2019-10-15
Authors@R: person("Michal", "Oleszak", email = "[email protected]", role = c("aut", "cre"))
Description: Dynamic panel modelling framework based on an empirical-Bayes approach.
Contains tools for computing point forecasts and bootstrapping prediction intervals.
Reference: Liu et al. (2016) <doi:10.2139/ssrn.2889000>.
URL: https://github.com/MichalOleszak/pmpp
BugReports: https://github.com/MichalOleszak/pmpp/issues
License: GPL (>= 2)
Depends: R (>= 3.4.0)
Imports: plm,
pracma,
MASS,
Matrix,
minqa,
dplyr,
data.table,
moments,
magrittr,
ggplot2,
stats,
utils,
graphics
Suggests: testthat,
lintr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0