Package | Description |
---|---|
dev.nm.stat.regression.linear.glm.modelselection |
Modifier and Type | Class and Description |
---|---|
class |
EliminationByAIC
In each step, a factor is dropped if the resulting model has the least AIC, until no factor
removal can result in a model with AIC lower than the current AIC.
|
class |
EliminationByZValue
In each step, the factor with the least z-value is dropped, until all z-values are greater than
the critical value (given by the significance level).
|
Constructor and Description |
---|
BackwardElimination(GLMProblem problem,
BackwardElimination.Step step)
Constructs a GLM model using the backward elimination method.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.