Science Score: 31.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: joemb1
- Language: R
- Default Branch: main
- Homepage: https://joemb1.github.io/ultra/
- Size: 1.43 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Citation
README.md
ultra 
ULTRA (Univariate Logistic Tandem Regression Algorithm) is a method for feature selection and prediction model fitting when the number of observations are low compared to the number of features (p >> n), and the outcome is binary.
Installation
From GitHub:
r
devtools::install_github("joemb1/ultra")
Citing ultra
This package was developed from research conducted in the Center for Experimental and Molecular Medicine at the Amsterdam University Medical Center.
If you use this package please cite using:
```r citation("ultra")
Butler J (2024). ULTRA: Univariate Logistic Tandem Regression Algorithm.
R package version 0.0.0.9000, https://github.com/joemb1/ultra
A BibTeX entry for LaTeX users is
@Manual{,
title = {ULTRA: Univariate Logistic Tandem Regression Algorithm},
author = {Joe Butler},
year = {2024},
note = {R package version 0.0.0.9000},
url = {https://github.......},
}
```
Thank you to the following collaborators, without whose support this work would not have been possible:
Immunexpress
The African Research Collaboration on Sepsis
Owner
- Login: joemb1
- Kind: user
- Repositories: 1
- Profile: https://github.com/joemb1
Citation (CITATION)
citHeader("To cite the use of this package in publications, please use:")
citation <- bibentry(
bibtype = "Manual",
title = "ULTRA: An R Package for Advanced Statistical Analysis",
author = person("Jane", "Doe"),
year = "2024",
note = "R package version 1.0.0",
url = "https://CRAN.R-project.org/package=ULTRA"
)
citation
GitHub Events
Total
- Delete event: 2
- Push event: 10
- Create event: 6
Last Year
- Delete event: 2
- Push event: 10
- Create event: 6
Dependencies
.github/workflows/jekyll-gh-pages.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v3 composite
DESCRIPTION
cran
- knitr * suggests
- rmarkdown * suggests