How do I print the p-value?
Is there an easy way of printing the p-value of a variable in an OLS-regression? I am doing a do-loop and need just the variables coefficient (got that with the option coef=) and its associated p-value.
add a comment