egocor
Simple Presentation of Estimated Exponential Semi-Variograms
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Simple Presentation of Estimated Exponential Semi-Variograms
Basic Info
- Host: GitHub
- Owner: julia-dyck
- License: other
- Language: R
- Default Branch: master
- Size: 935 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created about 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "75%",
fig.align = "center"
)
library(EgoCor)
```
# {EgoCor}: Simple Presentation of Estimated Exponential Semi-Variograms
[](https://CRAN.R-project.org/package=EgoCor)
## Description
User friendly interface based on the R package 'gstat' to fit exponential parametric models to empirical semi-variograms in order to model the spatial correlation structure of health data. Geo-located health outcomes of survey participants may be used to model spatial effects on health in an ego-centred approach. The package contains a range of functions to help explore the spatial structure of the data as well as visualize the fit of exponential models for various metaparameter combinations with respect to the number of lag intervals and maximal distance. Furthermore, the outcome of interest can be adjusted for covariates by fitting a linear regression in a preliminary step before the semi-variogram fitting process.
## Installation
You can install the EgoCor package from [CRAN](https://cran.r-project.org/web/packages/EgoCor/index.html) with:
```{r, eval = FALSE}
install.packages("EgoCor")
```
and the development version from [GitHub](https://github.com) with:
```{r, eval = FALSE}
# install.packages("devtools") # if not installed, yet
# remove.packages("EgoCor") # if an old version of the package is installed
devtools::install_github(repo = "julia-dyck/EgoCor", build_vignettes = TRUE)
```
## Documentation
Take a look at the vignette "Introduction to EgoCor" with:
```{r, eval = FALSE}
browseVignettes("EgoCor")
```
Owner
- Name: Julia Dyck
- Login: julia-dyck
- Kind: user
- Company: Bielefeld University
- Website: https://www.uni-bielefeld.de/fakultaeten/wirtschaftswissenschaften/lehrbereiche/stats/team/julia-dyck-(m.sc.)/
- Repositories: 1
- Profile: https://github.com/julia-dyck
Research Associate and PhD Student in Statistics
GitHub Events
Total
- Push event: 29
Last Year
- Push event: 29
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jan-Ole Koslik | j****k@g****m | 149 |
| julia dyck | j****k@g****m | 63 |
| Lennart | l****r@u****e | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 14
- Average time to close issues: 18 days
- Average time to close pull requests: 1 day
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 0.21
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- julia-dyck (2)
Pull Request Authors
- janoleko (11)
- loelschlaeger (2)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 611 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: EgoCor
Simple Presentation of Estimated Exponential Semi-Variograms
- Homepage: https://github.com/julia-dyck/EgoCor
- Documentation: http://cran.r-project.org/web/packages/EgoCor/EgoCor.pdf
- License: MIT + file LICENSE
-
Latest release: 1.3.3
published about 1 year ago
Rankings
Forks count: 21.2%
Dependent repos count: 24.2%
Dependent packages count: 29.0%
Average: 31.7%
Stargazers count: 34.7%
Downloads: 49.6%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- Rdpack * imports
- SpatialTools * imports
- grDevices * imports
- graphics * imports
- gstat * imports
- methods * imports
- shiny * imports
- sp * imports
- stats * imports
- utils * imports
- knitr * suggests
- lme4 * suggests
- rmarkdown * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite