Can some one explain to me what this piece of code is doing? I know it is related to creating a P-Value but I am having trouble figuring it out:

" local sig_level = 2*ttail(r(df), abs(r(estimate)/r(se)))"

Thanks!