This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Need Help with Linear Regression Model
Post Body
When I was trying to fit a linear Regression model using glm() function.
fit<-glm(as.factor(SalePrice)~.,family = binomial(link = "logit"),data = my_training)
Warning messages:
1: glm.fit: algorithm did not converge
2: glm.fit: fitted probabilities numerically 0 or 1 occurred
I got these Error Messages. I uploaded the glimpse of the dataset in this post as well.
Thank you in advance.
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/RStudio/com...