Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: jackknife and myprogram


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: jackknife and myprogram
Date   Thu, 19 Nov 2009 18:58:07 +0100

<>

If anything, the -if- qualifier will reduce even further the observations
available for your -jackknife-...

Is -version 1- really intentional? This time machine takes you way back to
the days of the cold war....

Re programming, look at Kit`s http://www.stata-press.com/books/isp.html



HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Jose Sanchez Z.
Sent: Donnerstag, 19. November 2009 18:42
To: [email protected]
Subject: st: jackknife and myprogram

Dear Statalist,

I am trying to join jackknife with myprogram  but this error appears:

****
. jackknife nloss=r(sum), nodots saving(mgloss_t , replace): genloss pi_t
corr_t
insufficient observations to compute jackknife standard errors
no results will be saved
r(2000);
*****
i think the problem is that "myprogram" do not allow the
if qualifier, and I don't know how to include the if qualifier in myprogram.

I hope you can help me..... 

Thanks,


****Myprogram 
***************
program genloss
		version 1
		args pd cor
		*pd , cor, are variables
		local sis=invnormal(uniform())
		gen id=invnormal(uniform())
		gen aleat=`sis'*(`cor')^2 + id*(1-`cor')^2
		gen d=0
		replace d=1 if aleat <invnormal(`pd')
		gen loss=d*edi_dol*pdi_avanzado
		qui: summ loss, det
		drop id aleat d loss
end

jackknife nloss=r(sum), nodots saving(mgloss_t , replace): genloss pi_t
corr_t

**************************


José Carlos Sánchez Zapata
Risk Methodological Service 
Banco de Crédito BCP- Peru



____________________________________________________________________________
__

El sistema de correo electrónico del Banco de Crédito BCP está destinado
únicamente
para fines del negocio, cualquier otro uso contraviene las políticas del
Banco.

Toda la información del negocio contenida en este mensaje es confidencial y
de uso
exclusivo del Banco de Crédito BCP. Su divulgación, copia y/o adulteración
están
prohibidas y sólo debe ser conocida por la persona a quien se dirige este
mensaje.
Si Ud. ha recibido este mensaje por error por favor proceda a eliminarlo y
notificar
al remitente.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index