InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

Error Message #127

Open ebahgat opened 6 years ago

ebahgat commented 6 years ago

When I run the regression code form Sessions 5&6, the following line: Logistic_Model<-glm(Choice ~ GMAT, data = ChoiceData, family="binomial"(link="logit")) gives me the following error: Error in eval(predvars, data, env) : object 'Choice' not found Anyone has any idea what that means?

AmirSa commented 6 years ago

Have you loaded the data , ChoiceData?