Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaioneetxeberria authored Dec 20, 2022
1 parent ebe9a71 commit 8fb118b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,31 @@ in the period 1975-2008. In addition we will obtain the predictions of the risks

4. Run the **`Step2_PredictionMSE.r`** file . The syntax of this file allows calculation of prediction intervals for future risks. Finally, the trend plots and maps of the adjusted and predicted risks are generated by running the `Plots.r` file. They are automatically saved in pdf with the names `Plot_RisksTrendsPrediction.pdf` and `Plot_RisksMapsPrediction.pdf` respectively. To plot the various components of the model, run `PlotsComponenetsColor.r` to plot the components for the estimates or `PlotComponentsWithPrediction.r` to plot the components for the estimates and predictions.

``` r
R version 4.2.1 (2022-06-23 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)

Matrix products: default

locale:
[1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 LC_MONETARY=Spanish_Spain.1252 LC_NUMERIC=C
[5] LC_TIME=Spanish_Spain.1252

attached base packages:
[1] splines stats graphics grDevices utils datasets methods base

other attached packages:
[1] spdep_1.2-5 sf_1.0-8 spData_2.2.0 splancs_2.01-43 RColorBrewer_1.1-3 maptools_1.1-4 sp_1.5-0
[8] mvtnorm_1.1-3 MASS_7.3-57 mgcv_1.8-40 nlme_3.1-157

loaded via a namespace (and not attached):
[1] xfun_0.32 tidyselect_1.2.0 lattice_0.20-45 vctrs_0.4.2 generics_0.1.3 htmltools_0.5.3 s2_1.1.0
[8] yaml_2.3.5 utf8_1.2.2 rlang_1.0.6 e1071_1.7-11 pillar_1.8.1 foreign_0.8-82 glue_1.6.2
[15] DBI_1.1.3 wk_0.6.0 lifecycle_1.0.3 evaluate_0.17 knitr_1.40 fastmap_1.1.0 class_7.3-20
[22] fansi_1.0.3 Rcpp_1.0.9 KernSmooth_2.23-20 classInt_0.4-7 deldir_1.0-6 digest_0.6.29 dplyr_1.0.10
[29] grid_4.2.1 rgdal_1.5-32 cli_3.3.0 tools_4.2.1 magrittr_2.0.3 proxy_0.4-27 tibble_3.1.8
[36] pkgconfig_2.0.3 Matrix_1.4-1 assertthat_0.2.1 rmarkdown_2.16 rstudioapi_0.14 R6_2.5.1 boot_1.3-28
[43] units_0.8-0 compiler_4.2.1
```

0 comments on commit 8fb118b

Please sign in to comment.