oddsratio
Simplified odds ratio calculation of binomial GAM/GLM models
Science Score: 26.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Simplified odds ratio calculation of binomial GAM/GLM models
Basic Info
- Host: GitHub
- Owner: pat-s
- License: other
- Language: R
- Default Branch: main
- Homepage: https://pat-s.github.io/oddsratio
- Size: 5.65 MB
Statistics
- Stars: 31
- Watchers: 3
- Forks: 2
- Open Issues: 3
- Releases: 11
Topics
Metadata Files
README.md
MIGRATED to https://github.com/pat-s/oddsratio
oddsratio
Functions for calculation and plotting of odds ratios for Generalized Additive (Mixed) Models and Generalized Linear (Mixed) Models with a binomial response variable (i.e. logistic regression models)
Installation
Install from CRAN:
R
install.packages("oddsratio")
Get the development version from Github:
R
remotes::install_github("pat-s/oddsratio")
Usage
See the Getting Started vignette.
Owner
- Name: Patrick Schratz
- Login: pat-s
- Kind: user
- Location: Switzerland
- Company: devXY GmbH
- Website: https://devxy.io
- Repositories: 130
- Profile: https://github.com/pat-s
DevOps, FOSS, #rstats. codefloe.com founder. Public repos migrated to https://codefloe.com/pat-s
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "oddsratio",
"description": "Simplified odds ratio calculation of GAM(M)s &\n GLM(M)s. Provides structured output (data frame) of all predictors and\n their corresponding odds ratios and confident intervals for further\n analyses. It helps to avoid false references of predictors and\n increments by specifying these parameters in a list instead of using\n 'exp(coef(model))' (standard approach of odds ratio calculation for\n GLMs) which just returns a plain numeric output. For GAM(M)s, odds\n ratio calculation is highly simplified with this package since it\n takes care of the multiple 'predict()' calls of the chosen predictor\n while holding other predictors constant. Also, this package allows\n odds ratio calculation of percentage steps across the whole predictor\n distribution range for GAM(M)s. In both cases, confident intervals\n are returned additionally. Calculated odds ratio of GAM(M)s can be\n inserted into the smooth function plot.",
"name": "oddsratio: Odds Ratio Calculation for GAM(M)s & GLM(M)s",
"codeRepository": "https://github.com/pat-s/oddsratio",
"issueTracker": "https://github.com/pat-s/oddsratio/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "2.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "4.0.0",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.0 Patched (2020-04-30 r78337)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Patrick",
"familyName": "Schratz",
"email": "patrick.schratz@gmail.com",
"@id": "https://orcid.org/0000-0003-0748-6624"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Patrick",
"familyName": "Schratz",
"email": "patrick.schratz@gmail.com",
"@id": "https://orcid.org/0000-0003-0748-6624"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "MASS",
"name": "MASS",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=MASS"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.0.0"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "mgcv",
"name": "mgcv",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=mgcv"
},
{
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
}
],
"releaseNotes": "https://github.com/pat-s/oddsratio/blob/master/NEWS.md",
"readme": "https://github.com/pat-s/oddsratio/blob/master/README.md",
"fileSize": "186.635KB",
"developmentStatus": "https://www.tidyverse.org/lifecycle/#stable",
"keywords": [
"statistics",
"odds-ratio",
"probability"
],
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2017",
"author": [
{
"@type": "Person",
"givenName": "Patrick",
"familyName": "Schratz"
}
],
"name": "R package 'oddsratio': Odds ratio calculation for GAM(M)s & GLM(M)s",
"identifier": "10.5281/zenodo.1095472",
"@id": "https://doi.org/10.5281/zenodo.1095472",
"sameAs": "https://doi.org/10.5281/zenodo.1095472"
}
],
"relatedLink": "https://CRAN.R-project.org/package=oddsratio"
}
GitHub Events
Total
- Release event: 1
- Push event: 299
- Pull request event: 4
- Create event: 4
Last Year
- Release event: 1
- Push event: 299
- Pull request event: 4
- Create event: 4
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| pat-s | p****z@g****m | 391 |
| github-actions[bot] | 4****] | 5 |
| pre-commit-ci[bot] | 6****] | 4 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 12
- Total pull requests: 53
- Average time to close issues: over 1 year
- Average time to close pull requests: about 1 month
- Total issue authors: 9
- Total pull request authors: 2
- Average comments per issue: 1.17
- Average comments per pull request: 0.34
- Merged pull requests: 51
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 4 months
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
- pat-s (4)
- tylerhoecker (1)
- raff-k (1)
- rpouillot (1)
- landge (1)
- technocrat (1)
- carolpecaibes (1)
- rikivillalba (1)
- YujiroMatsuishi (1)
Pull Request Authors
- pat-s (48)
- pre-commit-ci[bot] (10)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 618 last-month
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: oddsratio
Odds Ratio Calculation for GAM(M)s & GLM(M)s
- Homepage: https://github.com/pat-s/oddsratio
- Documentation: http://cran.r-project.org/web/packages/oddsratio/oddsratio.pdf
- License: MIT + file LICENSE
-
Latest release: 2.0.2
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/upload-artifact v2 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-tinytex v2 composite
- actions/checkout v3 composite
- peter-evans/create-pull-request v4 composite
- r-lib/actions/setup-r v2 composite
- R >= 3.0.0 depends
- ggplot2 >= 3.0.0 imports
- mgcv * imports
- stats * imports
- MASS * suggests
- gam * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests