Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add p-values for coefficients for roll_lm #7

Closed
ab4es opened this issue Feb 19, 2018 · 2 comments
Closed

Add p-values for coefficients for roll_lm #7

ab4es opened this issue Feb 19, 2018 · 2 comments

Comments

@ab4es
Copy link

ab4es commented Feb 19, 2018

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!

@jasonjfoster
Copy link
Owner

Thanks, I've received similar feedback from others so adding standard errors is on my list of enhancements I'd like to do too.

@jasonjfoster
Copy link
Owner

Standard errors have been added in the development version:

# install.packages("devtools")
devtools::install_github("jjf234/roll")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@jasonjfoster @ab4es and others