<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Ridge Selection Operator for Sparse Linear Regression</dc:title>
  <dc:title>R package RSO version 1.0.0</dc:title>
  <dc:description>Implements the Ridge Selection Operator (RSO)
    for variable selection in linear regression as proposed by
    Wu (2021) &lt;doi:10.1080/00401706.2020.1791254&gt;.
    The RSO method extends classical ridge regression by using individually
    penalized ridge parameters, inducing sparsity through reciprocal penalty parameters.
    This package provides a fast C++ implementation ('RSOFast')
    using 'Armadillo' linear algebra routines.
    The fast implementation precomputes matrix products, uses Cholesky
    factorization with primal/dual switching, and performs golden-section
    search for coordinate optimization.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: Rcpp</dc:relation>
  <dc:relation>LinkingTo: Rcpp, RcppArmadillo</dc:relation>
  <dc:creator>Murat Genc &lt;mgenc@cu.edu.tr&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Murat Genc [aut, cre],
  Adewale Lukman [aut]</dc:contributor>
  <dc:rights>GPL (&gt;= 3)</dc:rights>
  <dc:date>2026-07-06</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=RSO</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.RSO</dc:identifier>
</oai_dc:dc>
