inlatools
An R package with useful functions to diagnose INLA models
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Keywords
Repository
An R package with useful functions to diagnose INLA models
Basic Info
- Host: GitHub
- Owner: inbo
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://inbo.github.io/inlatools/
- Size: 7.65 MB
Statistics
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 1
- Releases: 1
Topics
Metadata Files
README.md
The inlatools package
Rationale
The inlatools package provides a set of function which can be useful to diagnose INLA models.
- calculate Pearson residuals
- simulation based checks for over- or underdispersion
- simulation based checks for the distribution
- visualise the effect of the variance or precision on random effects
- random intercept
- first order random walk
- second order random walk
Installation
r
ip <- rownames(installed.packages())
if (!"remotes" %in% ip) {
install.packages("remotes")
}
if (!"INLA" %in% ip) {
install.packages(
"INLA",
repos = c(getOption("repos"), "https://inla.r-inla-download.org/R/stable")
)
}
remotes::install_github("inbo/inlatools")
Documentation
All documentation is available at the package website: https://inlatools.netlify.app. This website contains an overview of all available functions. Click on the name the function to open the corresponding help file. The vignettes illustrate
- how to check the dispersion
- how to check the distribution and
- how to visualise random effects for a given variance or precision.
Folder structure
R: The source scripts of the R functions with documentation in Roxygen formatman: The helpfile in Rd formattest: unit tests using thetestthatframeworkvignettes: the source code of the vignettes
inlatools
├── man
├── R
├─┬ tests
│ └── testthat
└── vignettes
Owner
- Name: Research Institute for Nature and Forest (INBO)
- Login: inbo
- Kind: organization
- Location: Belgium
- Website: http://www.inbo.be/en
- Repositories: 125
- Profile: https://github.com/inbo
Open source, data and science initiatives of the Research Institute for Nature and Forest (INBO)
Citation (CITATION.cff)
cff-version: 1.2.0 message: If you use this software, please cite it using these metadata. title: "inlatools: Diagnostic Tools for INLA Models" authors: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 keywords: - INLA - dispersion - distribution - prior - anomaly - residuals contact: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 doi: ~ license: GPL-3.0 repository-code: https://github.com/inbo/inlatools/ type: software abstract: "Several functions which can be useful to choose sensible priors and diagnose the fitted model." identifiers: - type: url value: https://inbo.github.io/inlatools/ version: 0.0.3
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 3
- Total pull requests: 7
- Average time to close issues: over 1 year
- Average time to close pull requests: 8 months
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.43
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 1
- Average time to close issues: 7 months
- Average time to close pull requests: 12 days
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- peterdesmet (1)
- holliecalley (1)
Pull Request Authors
- ThierryO (7)
- florisvdh (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.4.0 depends
- INLA >= 19.09.03 imports
- assertthat * imports
- dplyr * imports
- ggplot2 * imports
- methods * imports
- purrr * imports
- rlang * imports
- scales * imports
- tibble * imports
- tidyr * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- inbo/actions/check_pkg master composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/upload-artifact master composite
- r-lib/actions/setup-pandoc master composite
- r-lib/actions/setup-r master composite
- inbo/actions/check_pkg master composite
- actions/checkout v2 composite
- actions/create-release v1 composite
- c-hive/gha-remove-artifacts v1 composite