Skip to content
Back to formatted view

Raw Message

Message-ID: <CAGqfSUvpThac3NsjF4Bt3MQBLch_-h2=3umgCWkvOmB7oE+XdA@mail.gmail.com>
Date: 2011-10-25T13:50:38Z
From: julien giami
Subject: 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