tag:blogger.com,1999:blog-5952320191615496730.post3928647369148775361..comments2026-04-16T08:33:01.906+01:00Comments on The Beginner Programmer: Predicting creditability using logistic regression in R (part 1)Michttp://www.blogger.com/profile/18151225177833588981noreply@blogger.comBlogger5125tag:blogger.com,1999:blog-5952320191615496730.post-4135342930180211882016-02-15T06:59:36.956+00:002016-02-15T06:59:36.956+00:00Really Thanks Mic But my model is eliminating the...Really Thanks Mic<br /><br />But my model is eliminating the Credit Amount variable that i think is really important for predicting credibility of new customer.<br /><br />For equation through this model i got the idea how variables are used in equation mentioned by you.<br />(https://en.wikipedia.org/wiki/Logistic_regression#Definition_of_the_logistic_function )<br /><br /><br /> <br />pratikhttps://www.blogger.com/profile/08143861431867515955noreply@blogger.comtag:blogger.com,1999:blog-5952320191615496730.post-21987463795221316332016-02-14T22:40:19.454+00:002016-02-14T22:40:19.454+00:00If you need to build a model, you&#39;re quite clo...If you need to build a model, you&#39;re quite close in your code. In order to predict if a new sample is good or bad, just type in &quot;predict(model,newSample,type=&#39;response&#39;)&quot; and it should work.<br /><br />If you need an equation to model y as a function of x1,x2,... then, if you&#39;re using logistic regression as a base model, the exact relationship is the logistic function (the big F(x)) that you can find here https://en.wikipedia.org/wiki/Logistic_regression#Definition_of_the_logistic_function <br /><br />Hope it helpsMichttps://www.blogger.com/profile/18151225177833588981noreply@blogger.comtag:blogger.com,1999:blog-5952320191615496730.post-10498048219343182962016-02-14T17:54:08.824+00:002016-02-14T17:54:08.824+00:00can you please take a look at http://stackoverflo...can you please take a look at <br />http://stackoverflow.com/questions/35379174/obtaining-an-equation-from-logistic-model-that-can-be-used-to-predict-future-cus<br />it;s my questionpratikhttps://www.blogger.com/profile/08143861431867515955noreply@blogger.comtag:blogger.com,1999:blog-5952320191615496730.post-63258921182580548562016-02-13T20:51:28.465+00:002016-02-13T20:51:28.465+00:00Hi, while I&#39;m not so sure about what you&#39;r...Hi, while I&#39;m not so sure about what you&#39;re asking, I suggest you to take a look at the wikipedia page of logistic regression, you should find some good explanation there. https://en.wikipedia.org/wiki/Logistic_regressionMichttps://www.blogger.com/profile/18151225177833588981noreply@blogger.comtag:blogger.com,1999:blog-5952320191615496730.post-82298146058898105502016-02-13T11:36:01.057+00:002016-02-13T11:36:01.057+00:00can you please provide me the logic regression equ...can you please provide me the logic regression equation from this model to predict future customer based on coefficient of independent variable. pratikhttps://www.blogger.com/profile/08143861431867515955noreply@blogger.com