cbpe

The Corelation-Based Penalized Estiamtors

https://github.com/mnrzrad/cbpe

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

The Corelation-Based Penalized Estiamtors

Basic Info
  • Host: GitHub
  • Owner: mnrzrad
  • Language: R
  • Default Branch: main
  • Size: 184 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

CBPE

R-CMD-check CRAN_Status_Badge Downloads per
month Total
Downloads Licence

The R package CBPE provides the correlation-based penalty estimators for linear and logistic regression models.

This work is funded by national funds through the FCT - Fundação para a Ciência e a Tecnologia, I.P., under the scope of the projects UIDB/00297/2020 and UIDP/00297/2020 (Center for Mathematics and Applications)".

Installation

You can install the stable version from CRAN.

s install.packages('CBPE', dependencies = TRUE)

You can install the development version from Github

``` s

install.packages("remotes")

remotes::install_github("mnrzrad/CBPE") ```

To cite package CBPE in publications use:

Arashi, M., Rahimi, M., Norouzirad, M. (2024) CBPE: Correlation-Based Penalized Estimators. R package version 0.1.0, https://cran.r-project.org/package=CBPE.

A BibTeX entry for LaTeX users is

@Manual{CBPE, title = {CBPE: Correlation-Based Penalized Estimators}, author = {Arashi, M. and Rahimi, M. and Norouzirad, M.}, year = {2024}, note = {R package version 0.1.0}, url = {https://cran.r-project.org/package=CBPE} }

License

This package is free and open source software, licensed under GPL-3.

Owner

  • Name: Mina Norouzirad
  • Login: mnrzrad
  • Kind: user

Statistician, Data scientist

GitHub Events

Total
  • Member event: 1
  • Push event: 2
Last Year
  • Member event: 1
  • Push event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 211 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: CBPE

Correlation-Based Penalized Estimators

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 211 Last month
Rankings
Dependent packages count: 28.6%
Dependent repos count: 35.2%
Average: 50.1%
Downloads: 86.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.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
DESCRIPTION cran
  • R >= 3.5 depends
  • stats * imports