-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cran
- Loading branch information
Showing
19 changed files
with
825 additions
and
965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Package: DPTM | ||
Type: Package | ||
Title: Dynamic Panel Threshold Models with Fixed Effects Based on Maximum Likelihood Estiamtion and MCMC | ||
Version: 1.2.3 | ||
Title: Dynamic Panel Multiple Threshold Model with Fixed Effects | ||
Version: 1.3.5 | ||
Date: 2024-03-28 | ||
Authors@R: | ||
person("Bai", "Hujie", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0009-0004-2060-4351")) | ||
Description: Methods and tools for dynamic panel data analysis. Allows estimation and model selection of linear model and threshold model.Multiple threshold model and model with time fixed effects are also allowed. | ||
Description: Compute the fixed effects dynamic panel threshold model suggested by Ramírez-Rondán (2020) <doi:10.1080/07474938.2019.1624401>, and dynamic panel linear model suggested by Hsiao et al. (2002) <doi:10.1016/S0304-4076(01)00143-9>, where maximum likelihood type estimators are used. Multiple threshold estimation based on Markov Chain Monte Carlo (MCMC) is allowed, and model selection of linear model, threshold model and multiple threshold model is also allowed. | ||
License: GPL (>= 3) | ||
URL: https://github.com/HujieBai/DPTM | ||
Encoding: UTF-8 | ||
Imports: Rcpp (>= 1.0.12),BayesianTools, purrr, MASS,stats,coda,parabar,utils | ||
Imports: Rcpp (>= 1.0.12),BayesianTools, purrr, MASS,stats,coda,parabar | ||
LinkingTo: Rcpp,RcppEigen | ||
RoxygenNote: 7.3.1 | ||
Depends: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# DPTM 1.3.5 | ||
* CRAN resubmission. | ||
|
||
# DPTM 1.2.3 | ||
|
||
# DPTM 1.1.7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.