Skip to content

how to extract p-value in GenMatch function

3 messages · Peter Ehlers, shyam basnet

#
On 2012-07-15 14:37, shyam basnet wrote:
You could look at the code for summary.Match to see that
T-stat (not surprisingly) is calculated as est/se and
p.val is calculated as (1 - pnorm(abs(est/se))) * 2.
summary.Match() doesn't return these values, it just
prints them.

Peter Ehlers