Statalist


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

st: Re: How to know how a global macro was generated: -smr- as an example


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: Re: How to know how a global macro was generated: -smr- as an example
Date   Thu, 11 Dec 2008 22:28:36 +0100

Look for "_crccip.ado" along your path. Those macros are created there. -set profiler on- to investigate! :-)

HTH
Martin
_______________________
----- Original Message ----- From: "Tiago V. Pereira" <[email protected]>
To: <[email protected]>
Sent: Thursday, December 11, 2008 8:34 PM
Subject: st: How to know how a global macro was generated: -smr- as an example


Dear all,

Not rarely I almost drive myself crazy because several Stata commands fail
to provide info about the formulations they use to compute
variances/standard errors in their calculations.

I have already claimed that most Stata packages should provide references
on their formulae/and or to point out where we can get detailed info on
the methods implemented.

When no reference is given, I usually open the code and see how it was
calculated, trying to find ou in textbooks similar formulations.

However, in the case of the -smrby- command, which calculates the ratio of
OBSERVED/EXPECTED counts and its confidence intervals, I could not figure
out how the global macros S_1 and S_2 were computed.

Once you can rapidly take a look on the code of the -smr- command, I did
not paste the whole code here for simplicity.

Specifically, I am interested in the following lines:


if _rc==0 {
_crccip `o' `level'
local l=100*($S_1/`e')
local u=100*($S_2/`e')
local r=100*(`o'/`e')
local emark ""
}

I will be really grateful for any tip on how both $S_1 and $S_2 were
calculated.

All the best,


Tiago Pereira






*
*   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