Re: [R] Predicting probabilities from a logistic regression by hand (in code)

2014-01-17 Thread David Winsemius
On Jan 16, 2014, at 6:53 PM, erikpukinskis wrote: > Thanks for looking at this, I've been tearing my hair out for a day or so > now. > > I have done a multiple variable logistic regression in R, and obtained my > coefficients. I am able to make predictions for the training data in R > without pr

[R] Predicting probabilities from a logistic regression by hand (in code)

2014-01-16 Thread erikpukinskis
Thanks for looking at this, I've been tearing my hair out for a day or so now. I have done a multiple variable logistic regression in R, and obtained my coefficients. I am able to make predictions for the training data in R without problem. But now I would like to create a prediction model in Ruby