Skip to content
Prev 275474 / 398506 Next

Glmnet Logistic Variable Questions

We are workin on building a logistic regression using

1. We are doing a logistic regression with binary outcome variable
using a set of predictors that include 8 continuous and 8 category
predictors

2. We are trying to implement interaction between two variables
(continuous and category or just continuous)

The dataset is 200,000 rows and we are using glmnet, how can we model
those two points ?

Also how can we obtain the aic of the model ?

Thanks