tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.45k stars 303 forks source link

add new method for `bfsl` #1008

Closed japhir closed 3 years ago

japhir commented 3 years ago

The best fit straight-line packagebfsl is great for fitting linear models that take into account uncertainty in both the X and Y direction.

However, it outputs a list object of class bfsl with a print and (base graphics) plot method.

Feature

It would be great if it could be integrated into tidymodels so that I can use ggplot2 for nicer plotting and incorporate it in my dataprocessing workflow.

simonpcouch commented 3 years ago

Thanks for the issue! It would be great if the maintainers of bfsl could take on writing and maintaining those tidiers, as I'm not familiar with the package--I wrote up some thoughts on best practices for how to do so here. :-)

https://www.tidymodels.org/learn/develop/broom/

github-actions[bot] commented 3 years ago

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.