Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

a problem of predicting whether a student succeed or not based of his GPA and GRE. for logistic regression

mydata$rank <- factor(mydata$rank)
mylogit <- glm(admit ~ gre + gpa + rank, data = mydata, family = "binomial")
Source by www2.karlin.mff.cuni.cz #
 
PREVIOUS NEXT
Tagged: #problem #predicting #student #succeed #based #GPA #logistic #regression
ADD COMMENT
Topic
Name
5+6 =