forked from icasas/tvReg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
53 lines (34 loc) · 2.18 KB
/
index.Rmd
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[![CRAN status](https://www.r-pkg.org/badges/version/tvReg)](https://cran.r-project.org/package=tvReg)
# tvReg
This R package covers a large range of semiparametric regression methods with time-varying coefficients using nonparametric kernel smoothing estimation techniques.
## Installation
You can install the released version of tvReg from [CRAN](https://CRAN.R-project.org) with:
``` {r, eval = FALSE}
install.packages("tvReg")
```
or the development version from GitHub with:
```{r, eval = FALSE}
devtools::install_github("icasas/tvReg")
```
## Main functions
The five basic functions in this package are `tvLM()`, `tvAR()`, `tvSURE()`, `tvPLM()`, `tvVAR()` and `tvIRF()`. Moreover, this package provides the `confint()`, `fitted()`, `forecast()`, `plot()`, `predict()`, `print()`, `resid()` and `summary()` methods adapted to the class attributes of the `tvReg`. In addition, it includes bandwidth selection methods, time-varying variance-covariance estimators and two estimation procedures: the time-varying ordinary least squares, which are implemented in the `tvOLS()` methods, the time-varying generalised least squares for a list of equations, which is implemented in the `tvGLS()` methods, time-varying pooled and random effects estimators for panel data, which are implemented in the `tvRE()` and the time-varying fixed effects estimator, which is implemente in the `tvFE()`.
## Further information
Details on the theory and applications to finance and macroeconomics can be found in [Casas, Isabel and Fernandez-Casal, 2019](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3363526),
and in the package vignette <https://icasas.github.io/tvReg/articles/tvReg.html>.
## References
Casas, Isabel and Fernandez-Casal, Ruben, *tvReg: Time-varying Coefficient Linear Regression for Single and Multi-Equations in R* (April 1, 2019). Available at SSRN:<https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3363526>.
<!--
pkgdown::build_home()
-->