Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

What does link specifies in logistic regression modelling?

$
0
0

@harry wrote:

I am currently trying to build one classifier using logistic regression algorithm.

mod<-step(glm(Dependent~., family = binomial(link=logit),data = train_final))

link - a specification for the model link function. This can be a name/expression, a literal character string, a length-one character vector or an object of class "link-glm" provided it is not specified via one of the standard names given next.

In this model, I want to know what does link specifies and how it's value changes the model.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles