Re: proc logistic help
- From: vontressms@xxxxxx
- Date: 31 Jan 2007 06:12:08 -0800
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
.
- References:
- proc logistic help
- From: ProbaWannabe
- proc logistic help
- Prev by Date: Re: Searching for near max of unknown function
- Next by Date: Conditional probability density function with GARCH(1,1) for maximum likelihood estimation
- Previous by thread: Re: proc logistic help
- Next by thread: The most incredible thing ever seen
- Index(es):
Relevant Pages
|
|