<?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>Sequential Input Selection Algorithm</dc:title>
  <dc:title>R package sisal version 0.49</dc:title>
  <dc:description>Implements the SISAL algorithm by Tikka and Hollmén. It is
        a sequential backward selection algorithm which uses a linear
        model in a cross-validation setting. Starting from the full
        model, one variable at a time is removed based on the
        regression coefficients. From this set of models, a
        parsimonious (sparse) model is found by choosing the model with
        the smallest number of variables among those models where the
        validation error is smaller than a threshold. Also implements
        extensions which explore larger parts of the search space
        and/or use ridge regression instead of ordinary least squares.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.3.0)</dc:relation>
  <dc:relation>Imports: graphics, grDevices, grid, methods, stats, utils, boot,
lattice, mgcv, digest, R.matlab, R.methodsS3</dc:relation>
  <dc:relation>Suggests: graph, Rgraphviz, testthat (&gt;= 0.8)</dc:relation>
  <dc:creator>Mikko Korpela &lt;mvkorpel@iki.fi&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Mikko Korpela [aut, cre]</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2024-10-26</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=sisal</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.sisal</dc:identifier>
</oai_dc:dc>
