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§
- Select
Model Result - Output of
select_model.
Enums§
- Select
Criterion - Information criterion used to rank candidate models.
Functions§
- select_
model - Score
designlistagainst expression matrixy(genes × arrays).