Skip to content
Prev 347885 / 398500 Next

Interpreting a Logit regression result

On 06 Feb 2015, at 16:58 , Michael Dewey <info at aghmed.fsnet.co.uk> wrote:

            
If both variables are binary, a table would be informative:

with(divs, table(Div, PRFD))

The output is roughly consistent with odds 1:30 if PRFD==0 and 3:1 if PRFD==1.  That sounds extreme, but not entirely implausible, depending on field of application.