forked from SvenKlaassen/AdaptiveDiscreteSmoothing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (31 loc) · 1.99 KB
/
README.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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Adaptive Discrete Smoothing
<!-- badges: start -->
[](https://github.com/SvenKlaassen/AdaptiveDiscreteSmoothing/actions/workflows/check-standard.yaml)
[](https://github.com/SvenKlaassen/AdaptiveDiscreteSmoothing/actions/workflows/test-coverage.yaml)
[](https://codecov.io/gh/SvenKlaassen/AdaptiveDiscreteSmoothing?branch=master)
[](https://www.codefactor.io/repository/github/svenklaassen/adaptivediscretesmoothing)
<!-- badges: end -->
The R package **AdaptiveDiscreteSmoothing** provides an implementation of the adaptive discrete smoothing framework from [Chen, Luo and Spindler](https://arxiv.org/abs/1912.12867).
## Documentation and Maintenance
Documentation of functions in R: [Documentation](https://svenklaassen.github.io/AdaptiveDiscreteSmoothing/)
**AdaptiveDiscreteSmoothing** is currently maintained by [`@SvenKlaassen`](https://github.com/SvenKlaassen).
## Installation
To install development version from [GitHub](https://github.com/), run the following commands:
```{r, eval=FALSE}
# install.packages("devtools")
remotes::install_github("SvenKlaassen/AdaptiveDiscreteSmoothing")
```
## References
* Xi Chen, Ye Luo, and Martin Spindler. "Adaptive Discrete Smoothing for High-Dimensional and Nonlinear Panel Data." arXiv preprint arXiv:1912.12867 (2019). [Paper](https://arxiv.org/abs/1912.12867)