-
Notifications
You must be signed in to change notification settings - Fork 305
Adding statistic and p-values to rq
class objects
#404
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
Comments
rq
class objectsrq
class objects
I'd be happy to take a crack at this. |
Awesome! Will follow up with some details tomorrow. |
You'll want to start by forking the broom repository, and then cloning your fork to your computer. Create a new branch called After you've got everything working the way you want, you should document your work following tidyverse documentation guidelines. Then next step will be to write some tests to ensure that your functions are working correctly. You'll want to edit the tests in Then you'll want to update Once the tests are passing, the final step is to commit all your work to your fork, and then open a pull request to broom. It's also a good idea to read through the adding new tidiers vignette. I'm happy to answer questions anytime or help you move forward if you get stuck! Happy coding! 🎉 |
The issue here seems to be
It's worth noting that
I can prep a PR to make |
I think changing the default is to match up with |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
The
tidy.rq
function currently doesn't output either thestatistic
(t-value) orp.value
for the quantile regression, but this can be easily obtained usingsummary.rq()
. It will be nice if this is included in thetidy
output to be consistent with output from other regression models. These = "nid"
part can be absorbed in...
, so if anybody wants to use a differerent method to compute standard standard errors, they can use this argument.Created on 2018-06-25 by the reprex package (v0.2.0).
The text was updated successfully, but these errors were encountered: