Package: ridge 3.3

ridge: Ridge Regression with Automatic Selection of the Penalty Parameter

Linear and logistic ridge regression functions. Additionally includes special functions for genome-wide single-nucleotide polymorphism (SNP) data. More details can be found in <doi:10.1002/gepi.21750> and <doi:10.1186/1471-2105-12-372>.

Authors:Steffen Moritz [aut, cre], Erika Cule [aut], Dan Frankowski [aut]

ridge_3.3.tar.gz
ridge_3.3.zip(r-4.5)ridge_3.3.zip(r-4.4)ridge_3.3.zip(r-4.3)
ridge_3.3.tgz(r-4.4-x86_64)ridge_3.3.tgz(r-4.4-arm64)ridge_3.3.tgz(r-4.3-x86_64)ridge_3.3.tgz(r-4.3-arm64)
ridge_3.3.tar.gz(r-4.5-noble)ridge_3.3.tar.gz(r-4.4-noble)
ridge_3.3.tgz(r-4.4-emscripten)ridge_3.3.tgz(r-4.3-emscripten)
ridge.pdf |ridge.html
ridge/json (API)
NEWS

# Install 'ridge' in R:
install.packages('ridge', repos = c('https://steffenmoritz.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/steffenmoritz/ridge/issues

Uses libs:
  • gsl– GNU Scientific Library (GSL)
Datasets:
  • GenBin - Simulated genetic data with a binary phenotypes
  • GenCont - Simulated genetic data with continuous outcomes
  • Gorman - The Ten-Factor data first described by Gorman and Toman (1966).
  • Hald - Hald data

On CRAN:

regressionridge-regression

6 exports 18 stars 3.82 score 0 dependencies 2 dependents 19 mentions 112 scripts 1.2k downloads

Last updated 2 years agofrom:95f1b6d46a. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 08 2024
R-4.5-win-x86_64OKSep 08 2024
R-4.5-linux-x86_64OKSep 08 2024
R-4.4-win-x86_64OKSep 08 2024
R-4.4-mac-x86_64OKSep 08 2024
R-4.4-mac-aarch64OKSep 08 2024
R-4.3-win-x86_64OKSep 08 2024
R-4.3-mac-x86_64OKSep 08 2024
R-4.3-mac-aarch64OKSep 08 2024

Exports:linearRidgelinearRidgeGenotypeslinearRidgeGenotypesPredictlogisticRidgelogisticRidgeGenotypespvals

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
ridge-package descriptionridge-package
Simulated genetic data with a binary phenotypesGenBin GenBin_genotypes GenBin_phenotypes
Simulated genetic data with continuous outcomesGenCont GenCont_genotypes GenCont_phenotypes
The Ten-Factor data first described by Gorman and Toman (1966).Gorman
Hald dataHald
Linear ridge regression.coef.ridgeLinear linearRidge nobs.ridgeLinear plot.ridgeLinear predict.ridgeLinear print.ridgeLinear print.summary.ridgeLinear summary.ridgeLinear
Fits linear ridge regression models for genome-wide SNP data.linearRidgeGenotypes
Predict phenotypes from genome-wide SNP data based on a file of coefficientslinearRidgeGenotypesPredict
Logistic ridge regression.coef.ridgeLogistic logisticRidge plot.ridgeLogistic predict.ridgeLogistic print.ridgeLogistic print.summary.ridgeLogistic summary.ridgeLogistic
Fits logistic ridge regression models for genomoe-wide SNP data.logisticRidgeGenotypes
Predict fitted probabilities from genome-wide SNP data based on a file of coefficientslogisticRidgeGenotypesPredict
Compute p-values for ridgeLinear and ridgeLogistic modelsplot.pvalsRidgeLinear plot.pvalsRidgeLogistic print.pvalsRidgeLinear print.pvalsRidgeLogistic pvals pvals.ridgeLinear pvals.ridgeLogistic
ridge: Linear and logistic ridge regression functions.ridge