Learn R Programming

CBPE

The R package CBPE Provides the corelation-based penalty estimators for linear and logisitic 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.

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

You can install the development version from Github

# install.packages("remotes")
remotes::install_github("mnrzrad/CBPE")

To cite package CBPE in publications use:

Arashi, M., Rahimi, M., Norouzirad, M. (2024) CBPE: Corelation-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: Corelation-Based Penalized Estimators}, author = {Arashi, M., Rahimi, M., 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.

Copy Link

Version

Install

install.packages('CBPE')

Monthly Downloads

227

Version

0.1.0

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Mina Norouzirad

Last Published

July 2nd, 2024

Functions in CBPE (0.1.0)

CBPLinearE

Correlation-based Estimator for Linear Regression Models
CBPLogisticE

Correlation-based Estimator for Logistic Regression Models