|
1 |
| -# spmodel: Spatial Statistical Modeling and Prediction |
| 1 | +# spmodel: Spatial Statistical Modeling and Prediction <img src="man/figures/logo.png" align="right" height="138" alt="" /> |
2 | 2 |
|
3 |
| -spmodel is an R package used to fit, summarize, and predict for a variety spatial |
4 |
| -of statistical models. Parameters are estimated using various methods, including |
| 3 | +<!-- badges: start --> |
| 4 | +[](https://www.repostatus.org/#active) |
| 5 | +[](https://cran.r-project.org/package=spmodel) |
| 6 | +[](https://github.com/USEPA/spmodel/actions/workflows/R-CMD-check.yaml) |
| 7 | +[](https://cran.r-project.org/web/checks/check_results_spmodel.html) |
| 8 | +<!-- badges: end --> |
| 9 | + |
| 10 | +## Overview |
| 11 | + |
| 12 | +spmodel is an R package used to fit, summarize, and predict for a variety of spatial statistical models |
| 13 | +applied to point-referenced and areal (lattice) data. |
| 14 | +Parameters are estimated using various methods, including |
5 | 15 | likelihood-based optimization and weighted least squares based on variograms. Additional
|
6 | 16 | modeling features include anisotropy, non-spatial random effects, partition factors,
|
7 | 17 | big data approaches, and more. Model-fit statistics are used to summarize, visualize,
|
8 | 18 | and compare models. Predictions at unobserved locations are readily obtainable.
|
9 | 19 | Visit our website at [https://usepa.github.io/spmodel/](https://usepa.github.io/spmodel/).
|
10 | 20 |
|
11 |
| -# Installation |
| 21 | +## Installation |
12 | 22 |
|
13 | 23 | Install and load the most recent approved version from CRAN by running
|
14 | 24 | ```r
|
@@ -86,6 +96,6 @@ continue to improve spmodel.
|
86 | 96 |
|
87 | 97 | The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
|
88 | 98 |
|
89 |
| -### License |
| 99 | +## License |
90 | 100 |
|
91 | 101 | This project is licensed under the GNU General Public License, [GPL-3](https://cran.r-project.org/web/licenses/GPL-3).
|
0 commit comments