Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd p-values for coefficients for roll_lm #7
Comments
|
Thanks, I've received similar feedback from others so adding standard errors is on my list of enhancements I'd like to do too. |
|
Standard errors have been added in the development version:
|
Would it be at all possible to add p-values (Pr(>|t|)) to the output of roll_lm? It would be really useful when performing the rolling regression to observe if variables remained statistically significant through the regression period.
Thanks!