https://github.com/anestistouloumis/geer
Solving generalized estimating equations with or without an adjustment vector
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Repository
Solving generalized estimating equations with or without an adjustment vector
Basic Info
- Host: GitHub
- Owner: AnestisTouloumis
- Language: C++
- Default Branch: master
- Size: 138 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
<!-- badges: end -->
<!-- badges: start -->
<!-- badges: end -->
Installation
You can install the development version of geer:
``` r
install.packages('devtools')
devtools::install_github("AnestisTouloumis/geer") ```
The source code for the development version of geer is available on
github at:
To use geer, you should load the package as follows:
``` r library("geer")
> Loading required package: gnm
```
Usage
This package provides a generalized estimating equations (GEE) solver for fitting marginal regression models with or without an adjustment vector.
There are two core functions to fit GEE models:
geewafor fitting GEE models with correlated responses. Options for estimation process include the ordinary GEE, bias-reduced or -corrected GEE and penalized GEE,geewa_binaryfor fitting GEE models with correlated binary responses. Options for estimation process include the ordinary GEE, bias-reduced or -corrected GEE and penalized GEE.
The main arguments in both functions are:
- an optional data frame (
data), - a model formula (
formula), - a cluster identifier variable (
id), - an optional vector that identifies the order of the observations
within each cluster (
repeated).
There are also five useful utility functions:
confintfor obtaining Wald–type confidence intervals for the regression parameters using the standard errors of the sandwich or of the bias-corrected or of the model–based covariance matrix. The default option is the sandwich covariance matrix,waldtsfor assessing the goodness-of-fit of two nested GEE models based on a Wald test statistic,score_testfor assessing the goodness-of-fit of two nested GEE models based on a score test statistic,vcovfor obtaining the sandwich, bias-corrected or model–based covariance matrix of the regression parameters,gee_criteriafor reporting commonly used criteria to select variables and/or association structure for GEE models.
Owner
- Name: Anestis Touloumis
- Login: AnestisTouloumis
- Kind: user
- Location: Brighton, UK
- Company: University of Brighton
- Website: https://research.brighton.ac.uk/en/persons/anestis-touloumis
- Twitter: anetouloumis
- Repositories: 20
- Profile: https://github.com/AnestisTouloumis
GitHub Events
Total
- Push event: 43
- Public event: 1
Last Year
- Push event: 43
- Public event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 2.10 depends
- Rcpp >= 1.0.9 imports
- brglm2 * imports
- testthat >= 3.0.0 suggests
- actions/checkout v3 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
- r-lib/actions/setup-tinytex v2 composite