Re: [R] Marginal Effects in a Logit Regression

2008-03-05 Thread Stefan Grosse
On Wednesday 05 March 2008 09:25:11 am Paul Sweeting wrote: PS> I am carrying out some logit regressions, so have a (0,1) dependent PS> , I need to report the marginal effects of Have a look at lrm of the design package. It reports Dxy which is maybe what you want... Stefan

[R] Marginal Effects in a Logit Regression

2008-03-05 Thread Paul Sweeting
Hi I am carrying out some logit regressions, so have a (0,1) dependent variable and various dependent variables, each in the (-inf, inf) range. As well as the usual output, I need to report the marginal effects of each the explanatory variables. How can this be done? I've seen a couple of si