issues
search
soichiroy
/
emlogit
ECM algorithm for the multinomial logit model
GNU General Public License v3.0
1
stars
1
forks
source link
Adding Anova Logistic Regression
#6
Closed
sou412
closed
4 years ago
sou412
commented
4 years ago
Add
anova_logit()
for implementing anova style parametrization for logistic regression.
Supports regularization that collapses the level of categorical variables and archives variable selections as well.
Provides
al_data()
function to prepare the input data.
anova_logit()
for implementing anova style parametrization for logistic regression.al_data()
function to prepare the input data.