Re: proc logistic help



On Jan 27, 2:19 pm, ProbaWannabe <ProbaWann...@xxxxxxx> wrote:
hi all,

I am working on deviance residuals in logistic regression.
I can obtain a plot of those residuals by indicating the option "influence" in proc logistic

However, I would like to obtain a dataset with those residuals. Is there a SAS option to do so? I could compute the residuals using some data steps or iml steps but it would take me a fair amount of time.

your help is much appreciated

I don't mind answering a SAS question. Use the ods output statement:

ods output influence=influence;

Mark

.



Relevant Pages

  • proc logistic help
    ... I am working on deviance residuals in logistic regression. ... I can obtain a plot of those residuals by indicating the option "influence" in proc logistic ...
    (sci.stat.math)
  • Re: proc logistic help
    ... I can obtain a plot of those residuals by indicating the option ... "influence" in proc logistic ... I would like to obtain a dataset with those residuals. ... there a SAS option to do so? ...
    (sci.stat.math)