I'm trying to calculate logistic regression coefficients by defining log likelihood function and using maximum likelihood In some cases when the init (start) values I gave to the maximum likelihood were not correct I got wrong results for the logistic regression (different from the ones I get when using glm for example). Given the input data and y values, what should be the optimum init values for logistic regression (or, in other words, what are the values that are being used in glm?) Thanks
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
R(obfuscated if need be)? – Jason Morgan Aug 8 '12 at 1:44