Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: Standard error for correlation coefficient in "biprobit"


From   Scott Merryman <[email protected]>
To   [email protected]
Subject   Re: st: Standard error for correlation coefficient in "biprobit"
Date   Mon, 18 Oct 2010 04:41:08 -0500

. local est = (exp([athrho]_cons)-exp(-[athrho]_cons))/(exp([athrho]_cons)+exp(-[athrho]_cons))

. local se = (1 - (`est')^2)*[athrho]_se[_cons]


Scott


On Sun, Oct 17, 2010 at 9:03 PM, kubo kensuke <[email protected]> wrote:
> I am using the "biprobit" command for bivariate probit regression, and
> would like to know how Stata computes the standard error for the
> correlation coefficient ("rho") between the two error terms.
>
> I have read the manual and understand that Stata indirectly estimates
> "rho", by estimating its arc-hyperbolic tangent ("\athrho"), and
> transforming it back to the original parameter using the inverse
> function.  I also understand how the confidence interval of "rho" is
> calculated from the confidence interval of "\athrho".  However,
> nowhere can I find any explanation on how the reported standard error
> of "rho" is calculated.  I tried a delta-method calculation to obtain
> the standard error of "rho" from the standard error of "\athrho" and
> the analytical derivative of the hyperbolic tangent function, but the
> result was clearly different from what was reported by Stata.
>
> Hoping for an explanation, I purchased Professor Cox's Stata Journal
> article ("Speaking Stata: Correlation with confidence, or Fisher’s z
> revisited", 2008), but could not find a direct answer to this specific
> question.
>
> All I need is the formula that Stata uses to obtain the standard error
> of "rho", based on its direct estimation of the arc-hyperbolic
> tangent.   Any suggestions on this topic would be greatly appreciated.
>
> With thanks,
> Ken Kubo
> Institute of Developing Economies, Japan

*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index