Skip to main content

Module selectmodel

Module selectmodel 

Source
Expand description

Model selection by information criterion (limma selectModel, selmod.R).

Pure-Rust port of select_model: fit every candidate design to the same expression matrix with crate::fit::lmfit and score each with AIC, BIC or Mallows’ Cp. Returns the per-gene information criterion for every model and the index of the preferred (minimum-criterion) model.

Structs§

SelectModelResult
Output of select_model.

Enums§

SelectCriterion
Information criterion used to rank candidate models.

Functions§

select_model
Score designlist against expression matrix y (genes × arrays).