diff --git a/README.md b/README.md index f1081f1..7be7fa3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To install the most recent development version, first please install `INLA` from install_github("andrewzm/FRK", dependencies = TRUE, build_vignettes = TRUE) ``` -A paper introducing the package is available [here](https://www.jstatsoft.org/article/view/v098i04). A paper detailing the approach in a non-Gaussian setting is available [here](https://arxiv.org/abs/2110.02507) (a six-page summary of this paper is available [here](https://github.com/andrewzm/FRK/raw/master/FRKv2_6page.pdf)). If you use `FRK` in your work, please cite it using the information provided by `citation("FRK")`. +A paper introducing the package is available [here](https://www.jstatsoft.org/article/view/v098i04). A paper detailing the approach in a non-Gaussian setting is available [here](https://arxiv.org/abs/2110.02507) (a six-page summary of this paper is available [here](https://github.com/andrewzm/FRK/raw/master/FRKv2_6page.pdf)). The vignette "FRK_intro" summarises the package, gives details on the EM algorithm that may be employed in a Gaussian setting, and provides several examples. Another vignette, "FRK_non-Gaussian", summarises inference in a non-Gaussian setting (where a Laplace approximation is used), and contains examples using non-Gaussian data and the newly available plotting methods. To access the vignettes, please click on the following links: @@ -35,7 +35,12 @@ The vignette "FRK_intro" summarises the package, gives details on the EM algorit [Tutorial on modelling spatial and spatio-temporal non-Gaussian data with FRK](https://cran.r-project.org/web/packages/FRK/vignettes/FRK_non-Gaussian.pdf) - A `pkgdown` page is also available [here](https://andrewzm.github.io/FRK/). + A `pkgdown` page is also available [here](https://andrewzm.github.io/FRK/). + + +## Supporting and citing + +If you use `FRK` in your work, research, or other activities, please cite it using the information provided by `citation("FRK")`. Description @@ -96,8 +101,8 @@ ggarrange(plotlist = plotlist, nrow = 1, legend = "top") ```