-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.23 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
27
28
29
Package: PSTR
Type: Package
Title: Panel Smooth Transition Regression Modelling
Version: 1.3.0
Authors@R: person(given="Yukai",family="Yang",email="yukai.yang@statistik.uu.se",role=c("aut", "cre"),comment=c(ORCID="0000-0002-2623-8549"))
Description: Provides the Panel Smooth Transition Regression (PSTR) modelling.
The modelling procedure consists of three stages: Specification, Estimation and Evaluation.
The package offers sharp tools helping the package user(s) to conduct model specification tests,
to do PSTR model estimation, and to do model evaluation.
The tests implemented in the package allow for cluster-dependency and are heteroskedasticity-consistent.
The wild bootstrap and wild cluster bootstrap tests are also implemented.
Parallel computation (as an option) is implemented in some functions, especially the bootstrap tests.
The package suits tasks running many cores on super-computation servers.
Depends: R (>= 4.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: tibble, snowfall,
ggplot2,
plotly,
stats,
magrittr
Suggests:
knitr,
rmarkdown
URL: https://github.com/yukai-yang/PSTR
BugReports: https://github.com/yukai-yang/PSTR/issues
VignetteBuilder: knitr