Google News
logo
R - Interview Questions
How R is used in logistic regression?
Logistic regression deals with measuring the probability of a binary response variable. In R the function glm() is used to create the logistic regression.
Advertisement