Skip to content

calculating logit parameters (odd ratio is exactly one or zero)

5 messages · wim nursal, David Winsemius, Uwe Ligges

#
1. The formula you used is not for a logistic but an ordinal regression 
(since you are using the default gaussian family rather than 
family="binomial" or whatever.

2. R (nor any other software) can deal with perfect separation (nor 
quasi-separation) of classes, since the problem is not well defined in 
such a case as you found out already. R will give a warning in that 
case, that the Fisher Scoring does not converge.

LDA will give perfect results in such a case (well, unless the within 
class covariance matrix is singular).

Best,
Uwe Ligges
On 12.12.2011 11:46, wim nursal wrote:
#
On Dec 12, 2011, at 3:51 PM, Uwe Ligges wrote:

            
this this then produce one version of the "Armitage linear test of  
trend"?
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
#
On 13.12.2011 04:36, wim nursal wrote:
Oh, that was wrong. I meant to write

"*Neither* R nor any other software can deal with perfect separation ..."

Uwe