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

How to perform backward chaining in logistic regression using R

$
0
0

@harry wrote:

I am currently solving one classification problem using logistic regression algorithm in R .I have created the model using step function, but my step function only performs forward chaining.I want to know is there a way by which I can perform backward chaining.

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

I also want to know what does AIC means in the model and how it values affect the model.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles