We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Utilize {broom} as much if outputs data.frame which has enough information for plotting.
{broom}
data.frame
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
autoplot should not be affected. Column names output from fortify may be affected.
autoplot
fortify
kmeans_tidiers
tidy.density
tidy.spec
tidy.ts
Arima_tidiers
{ggplot2}
glm
htest_tidiers
tidy.pairwise.htest
tidy.ftable
as.data.frame
The text was updated successfully, but these errors were encountered:
May need to revisit this, as ggplot2::fortify may be deprecated in future. broom::augment will be a successor?
ggplot2::fortify
broom::augment
https://github.com/hadley/ggplot2/blob/master/R/fortify.r
Sorry, something went wrong.
No branches or pull requests
Utilize
{broom}
as much if outputsdata.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 fromfortify
may be affected.kmeans_tidiers
tidy.density
tidy.spec
Unable to use
tidy.ts
: Doesn't preserve timestamps.Arima_tidiers
: Not usable forautoplot
.fortify
is already defined in{ggplot2}
. Considering to useautoplot
internally for simplification.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 callas.data.frame
.The text was updated successfully, but these errors were encountered: