Skip to content
New issue

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

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

Already on GitHub? # to your account

ENH/CLN: Integration with {broom} #17

Open
4 of 33 tasks
sinhrks opened this issue Feb 4, 2015 · 1 comment
Open
4 of 33 tasks

ENH/CLN: Integration with {broom} #17

sinhrks opened this issue Feb 4, 2015 · 1 comment

Comments

@sinhrks
Copy link
Owner

sinhrks commented Feb 4, 2015

Utilize {broom} as much if outputs data.frame which has enough information for plotting.

  • aareg_tidiers
  • anova_tidiers
  • cch_tidiers
  • confint_tidy
  • coxph_tidiers
  • cv.glmnet_tidiers
  • felm_tidiers
  • gam_tidiers
  • glmnet_tidiers
  • lme4_tidiers
  • multcomp_tidiers
  • nls_tidiers
  • pyears_tidiers
  • ridgelm_tidiers
  • rlm_tidiers
  • sexpfit_tidiers
  • smooth.spline_tidiers
  • sp_tidiers
  • survfit_tidiers
  • survreg_tidiers
  • tidy.manova
  • tidy.map
  • tidy.TukeyHSD
Affects to backward compat

autoplot should not be affected. Column names output from fortify may be affected.

  • kmeans_tidiers
  • tidy.density
  • tidy.spec
Unable to use
  • tidy.ts: Doesn't preserve timestamps.
  • Arima_tidiers: Not usable for autoplot.
  • glm_tidiers: fortify is already defined in {ggplot2}. Considering to use autoplot internally for simplification.
  • lm_tidiers: Same as glm.
  • htest_tidiers: Plotting single test result is not very useful. Reconsider if there is good example.
  • tidy.pairwise.htest: Doesn't contain confidence intervals. Considering to use {pairwiseCI}
  • tidy.ftable: No need to use, simply call as.data.frame.
@sinhrks
Copy link
Owner Author

sinhrks commented Oct 20, 2015

May need to revisit this, as ggplot2::fortify may be deprecated in future. broom::augment will be a successor?

https://github.com/hadley/ggplot2/blob/master/R/fortify.r

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

No branches or pull requests

2 participants