I see. Is there a way to quickly get standard errors, confidence intervals, t-stats / p-values, etc.?
For example:
data / vairables: height, shoesize, isMale
If my (polynomial) empirical specification is
Expected Height = beta_0 + beta_1 * shoesize + beta_2 * isMale
I'm interested in getting the values of beta_0, beta_1, and beta_2 -- but also the standard error, t-statistics, and p-values of the estimates for those values. I usually use a stats program like STATA, but the scripting support is not great...
In that code example you gave me, I'm not sure how I'd quickly get those values. Apologies if there's an obvious answer to this, I'm not well versed!
Thanks.