Date: Thu, 13 Jan 2011 13:33:12 -0200
Reply-To: Ricardo Gonçalves da Silva
<rgs.rsilva@BANCOVOTORANTIM.COM.BR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ricardo Gonçalves da Silva
<rgs.rsilva@BANCOVOTORANTIM.COM.BR>
Subject: AIC and P-seudo R2 for TOBIT Model
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I'm conducting a simulation study and using PROC QLIM to run a lot of Tobit regressions. For each run, I need some kind of model fit statistic. I know that AIC and BIC is available for this model, however, I don't' know how to invoke it to written in my outest output.
Any help?
Further, anybody knows how to calculate Pseudo-R2 for this model?
Code Example:
PROC QLIM DATA=BANCO METHOD=TRUREG OUTEST = TESTES_3;
MODEL Z_SCORE1 = COVAR1 / NOINT;
ENDOGENOUS Z_SCORE1 ~ CENSORED(LB=0 UB=1);
OUTPUT OUT=LGD_PRED_1(KEEP = PRED_Z_SCORE_1) PREDICTED = PRED_Z_SCORE_1;
RUN;
Of course, the above code is inside a macro.
_____________________________
Ricardo Gonçalves Silva, M.Sc.
Banco Votorantim S/A
Riscos
F: (11) 5171-2010
rgs.rsilva@bancovotorantim.com.br
Esta mensagem e seus anexos podem conter informações confidenciais ou privilegiadas. Se você não é o destinatário dos mesmos você não está autorizado a utilizar o material para qualquer fim. Solicitamos que você apague a mensagem e avise imediatamente ao remetente. O conteúdo desta mensagem e seus anexos não representam necessariamente a opinião e a intenção da empresa, não implicando em qualquer obrigaçâo ou responsabilidade da parte da mesma.
This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. The contents of this message and its attachments do not necessarily express the opinion or the intention of the company, and do not implies any legal obligation or responsibilities from this company.
|