diff --git a/DESCRIPTION b/DESCRIPTION index 4b4902709..c893f3519 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: broom Title: Convert Statistical Analysis Objects into Tidy Tibbles -Version: 0.4.5.9000 +Version: 0.5.0 Authors@R: c( person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut", "cre")), person("Alex", "Hayes", email = "alexpghayes@gmail.com", role = "aut"), @@ -33,13 +33,13 @@ Authors@R: c( person("Erle", "Holgersen", email = "erle.holgersen@gmail.com", role = "ctb"), person("Karl", "Dunkle Werner", role = "ctb")) Maintainer: David Robinson -Description: Broom summarizes key information about statistical objects in tidy +Description: Summarizes key information about statistical objects in tidy tibbles. This makes it easy to report results, create plots and consistently work with large numbers of models at once. Broom provides three verbs that - each provide different types of information about a model. `tidy()` + each provide different types of information about a model. tidy() summarizes information about model components such as coefficients of - a regression. `glance()` reports information about an entire model, such as - goodness of fit measures like AIC and BIC. `augment()` adds information + a regression. glance() reports information about an entire model, such as + goodness of fit measures like AIC and BIC. augment() adds information about individual observations to a dataset, such as fitted values or influence measures. License: MIT + file LICENSE diff --git a/R/sp-tidiers.R b/R/sp-tidiers.R index d51d26235..8ecd938e6 100644 --- a/R/sp-tidiers.R +++ b/R/sp-tidiers.R @@ -1,7 +1,7 @@ #' @templateVar class SpatialPolygonsDataFrame #' @template title_desc_tidy #' -#' @description Note that the `sf`` package now defines tidy spatial objects +#' @description Note that the `sf` package now defines tidy spatial objects #' and is the recommend approach to spatial data. `sp` tidiers are likely #' to be deprecated in the near future in favor of `sf::st_as_sf()`. #' Development of `sp` tidiers has halted in `broom`. diff --git a/cran-comments.md b/cran-comments.md index e106ce695..5d0aedbfd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -23,7 +23,7 @@ Additional details may be found in NEWS.md. ## R CMD check results -There were no ERRORs, WARNINGs or NOTEs. +There was 1 NOTE about a URL not in CRAN canonical form. This is because the Github page provides much more information about the project than the CRAN page. ## Reverse dependencies diff --git a/man/augment.Mclust.Rd b/man/augment.Mclust.Rd index 8894a13a5..b4d705c25 100644 --- a/man/augment.Mclust.Rd +++ b/man/augment.Mclust.Rd @@ -78,3 +78,4 @@ missing at this time. Other mclust tidiers: \code{\link{tidy.Mclust}} } +\concept{mclust tidiers} diff --git a/man/augment.betareg.Rd b/man/augment.betareg.Rd index da03e0e12..f2fff7bee 100644 --- a/man/augment.betareg.Rd +++ b/man/augment.betareg.Rd @@ -4,8 +4,8 @@ \alias{augment.betareg} \title{Augment data with information from a(n) betareg object} \usage{ -\method{augment}{betareg}(x, data = stats::model.frame(x), newdata = NULL, - type.predict, type.residuals, ...) +\method{augment}{betareg}(x, data = stats::model.frame(x), + newdata = NULL, type.predict, type.residuals, ...) } \arguments{ \item{x}{A \code{betareg} object produced by a call to \code{\link[betareg:betareg]{betareg::betareg()}}.} diff --git a/man/augment.coxph.Rd b/man/augment.coxph.Rd index 82205afa4..7964988f3 100644 --- a/man/augment.coxph.Rd +++ b/man/augment.coxph.Rd @@ -119,3 +119,5 @@ Other survival tidiers: \code{\link{augment.survreg}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{coxph tidiers} +\concept{survival tidiers} diff --git a/man/augment.decomposed.ts.Rd b/man/augment.decomposed.ts.Rd index 0558f479a..e03486a1f 100644 --- a/man/augment.decomposed.ts.Rd +++ b/man/augment.decomposed.ts.Rd @@ -124,3 +124,4 @@ ggplot(decomps) + Other decompose tidiers: \code{\link{augment.stl}} } +\concept{decompose tidiers} diff --git a/man/augment.factanal.Rd b/man/augment.factanal.Rd index d2e10e521..cc62c8b0f 100644 --- a/man/augment.factanal.Rd +++ b/man/augment.factanal.Rd @@ -82,3 +82,4 @@ missing at this time. Other factanal tidiers: \code{\link{glance.factanal}}, \code{\link{tidy.factanal}} } +\concept{factanal tidiers} diff --git a/man/augment.felm.Rd b/man/augment.felm.Rd index daa3df56e..781716607 100644 --- a/man/augment.felm.Rd +++ b/man/augment.felm.Rd @@ -79,3 +79,4 @@ missing at this time. Other felm tidiers: \code{\link{tidy.felm}} } +\concept{felm tidiers} diff --git a/man/augment.glm.Rd b/man/augment.glm.Rd index d817b0191..98a88cd15 100644 --- a/man/augment.glm.Rd +++ b/man/augment.glm.Rd @@ -65,3 +65,4 @@ Other lm tidiers: \code{\link{augment.lm}}, \code{\link{glance.glm}}, \code{\link{glance.lm}}, \code{\link{tidy.glm}}, \code{\link{tidy.lm}} } +\concept{lm tidiers} diff --git a/man/augment.glmRob.Rd b/man/augment.glmRob.Rd index f6fb4ea2c..45bf751ee 100644 --- a/man/augment.glmRob.Rd +++ b/man/augment.glmRob.Rd @@ -69,3 +69,4 @@ Other robust tidiers: \code{\link{augment.lmRob}}, \code{\link{glance.glmRob}}, \code{\link{glance.lmRob}}, \code{\link{tidy.glmRob}}, \code{\link{tidy.lmRob}} } +\concept{robust tidiers} diff --git a/man/augment.htest.Rd b/man/augment.htest.Rd index ee14ca34c..2d8bec099 100644 --- a/man/augment.htest.Rd +++ b/man/augment.htest.Rd @@ -82,3 +82,4 @@ Other htest tidiers: \code{\link{tidy.htest}}, \code{\link{tidy.pairwise.htest}}, \code{\link{tidy.power.htest}} } +\concept{htest tidiers} diff --git a/man/augment.ivreg.Rd b/man/augment.ivreg.Rd index 52e63edc4..0221281d2 100644 --- a/man/augment.ivreg.Rd +++ b/man/augment.ivreg.Rd @@ -78,6 +78,28 @@ model on data in a tibble. We are in the process of defining behaviors for models fit with various \link{na.action} arguments, but make no guarantees about behavior when data is missing at this time. +} +\examples{ + +library(AER) + +data("CigarettesSW", package = "AER") +ivr <- ivreg( + log(packs) ~ income | population, + data = CigarettesSW, + subset = year == "1995" +) + +summary(ivr) + +tidy(ivr) +tidy(ivr, conf.int = TRUE) +tidy(ivr, conf.int = TRUE, exponentiate = TRUE) + +augment(ivr) + +glance(ivr) + } \seealso{ \code{\link[=augment]{augment()}}, \code{\link[AER:ivreg]{AER::ivreg()}} @@ -85,3 +107,4 @@ missing at this time. Other ivreg tidiers: \code{\link{glance.ivreg}}, \code{\link{tidy.ivreg}} } +\concept{ivreg tidiers} diff --git a/man/augment.kmeans.Rd b/man/augment.kmeans.Rd index af17a6c1e..dd5ba6047 100644 --- a/man/augment.kmeans.Rd +++ b/man/augment.kmeans.Rd @@ -77,3 +77,4 @@ missing at this time. Other kmeans tidiers: \code{\link{glance.kmeans}}, \code{\link{tidy.kmeans}} } +\concept{kmeans tidiers} diff --git a/man/augment.lm.Rd b/man/augment.lm.Rd index a53448fdf..afeff4acb 100644 --- a/man/augment.lm.Rd +++ b/man/augment.lm.Rd @@ -4,8 +4,8 @@ \alias{augment.lm} \title{Augment data with information from a(n) lm object} \usage{ -\method{augment}{lm}(x, data = stats::model.frame(x), newdata, type.predict, - type.residuals, ...) +\method{augment}{lm}(x, data = stats::model.frame(x), newdata, + type.predict, type.residuals, ...) } \arguments{ \item{x}{An \code{lm} object created by \code{\link[stats:lm]{stats::lm()}}.} @@ -121,3 +121,4 @@ Other lm tidiers: \code{\link{augment.glm}}, \code{\link{glance.glm}}, \code{\link{glance.lm}}, \code{\link{tidy.glm}}, \code{\link{tidy.lm}} } +\concept{lm tidiers} diff --git a/man/augment.lmRob.Rd b/man/augment.lmRob.Rd index 54b4f0c79..2eb2e94de 100644 --- a/man/augment.lmRob.Rd +++ b/man/augment.lmRob.Rd @@ -69,3 +69,4 @@ Other robust tidiers: \code{\link{augment.glmRob}}, \code{\link{glance.glmRob}}, \code{\link{glance.lmRob}}, \code{\link{tidy.glmRob}}, \code{\link{tidy.lmRob}} } +\concept{robust tidiers} diff --git a/man/augment.nlrq.Rd b/man/augment.nlrq.Rd index d7f535a2e..05e298a5b 100644 --- a/man/augment.nlrq.Rd +++ b/man/augment.nlrq.Rd @@ -49,3 +49,4 @@ Other quantreg tidiers: \code{\link{augment.rqs}}, \code{\link{glance.rq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rqs}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/augment.nls.Rd b/man/augment.nls.Rd index 330fbff4e..beb59dfb6 100644 --- a/man/augment.nls.Rd +++ b/man/augment.nls.Rd @@ -85,3 +85,4 @@ missing at this time. Other nls tidiers: \code{\link{glance.nls}}, \code{\link{tidy.nls}} } +\concept{nls tidiers} diff --git a/man/augment.plm.Rd b/man/augment.plm.Rd index 1a38bae1e..729f07d67 100644 --- a/man/augment.plm.Rd +++ b/man/augment.plm.Rd @@ -80,3 +80,4 @@ missing at this time. Other plm tidiers: \code{\link{glance.plm}}, \code{\link{tidy.plm}} } +\concept{plm tidiers} diff --git a/man/augment.poLCA.Rd b/man/augment.poLCA.Rd index 191b3cbe5..a6c458d07 100644 --- a/man/augment.poLCA.Rd +++ b/man/augment.poLCA.Rd @@ -85,3 +85,4 @@ missing at this time. Other poLCA tidiers: \code{\link{glance.poLCA}}, \code{\link{tidy.poLCA}} } +\concept{poLCA tidiers} diff --git a/man/augment.prcomp.Rd b/man/augment.prcomp.Rd index 501cf7eef..cc8216c59 100644 --- a/man/augment.prcomp.Rd +++ b/man/augment.prcomp.Rd @@ -82,3 +82,4 @@ missing at this time. Other svd tidiers: \code{\link{tidy.prcomp}}, \code{\link{tidy_irlba}}, \code{\link{tidy_svd}} } +\concept{svd tidiers} diff --git a/man/augment.rlm.Rd b/man/augment.rlm.Rd index 482a4ff00..0d1635507 100644 --- a/man/augment.rlm.Rd +++ b/man/augment.rlm.Rd @@ -68,3 +68,4 @@ For tidiers for models from the \pkg{robust} package see Other rlm tidiers: \code{\link{glance.rlm}}, \code{\link{tidy.rlm}} } +\concept{rlm tidiers} diff --git a/man/augment.rq.Rd b/man/augment.rq.Rd index a15ee4295..afb1f483c 100644 --- a/man/augment.rq.Rd +++ b/man/augment.rq.Rd @@ -111,3 +111,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.rq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rqs}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/augment.rqs.Rd b/man/augment.rqs.Rd index 03f3589ec..ef44f80ca 100644 --- a/man/augment.rqs.Rd +++ b/man/augment.rqs.Rd @@ -112,3 +112,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.rq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rqs}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/augment.smooth.spline.Rd b/man/augment.smooth.spline.Rd index 57531c0ca..33cf68fe7 100644 --- a/man/augment.smooth.spline.Rd +++ b/man/augment.smooth.spline.Rd @@ -61,3 +61,4 @@ ggplot(augment(spl, mtcars), aes(wt, mpg)) + Other smoothing spline tidiers: \code{\link{glance.smooth.spline}} } +\concept{smoothing spline tidiers} diff --git a/man/augment.speedlm.Rd b/man/augment.speedlm.Rd index eb43eec58..f234aac4a 100644 --- a/man/augment.speedlm.Rd +++ b/man/augment.speedlm.Rd @@ -4,7 +4,8 @@ \alias{augment.speedlm} \title{Augment data with information from a(n) speedlm object} \usage{ -\method{augment}{speedlm}(x, data = model.frame(x), newdata = data, ...) +\method{augment}{speedlm}(x, data = model.frame(x), newdata = data, + ...) } \arguments{ \item{x}{A \code{speedlm} object returned from \code{\link[speedglm:speedlm]{speedglm::speedlm()}}.} @@ -81,3 +82,4 @@ missing at this time. Other speedlm tidiers: \code{\link{glance.speedlm}}, \code{\link{tidy.speedlm}} } +\concept{speedlm tidiers} diff --git a/man/augment.stl.Rd b/man/augment.stl.Rd index 59d451bed..13449e7e4 100644 --- a/man/augment.stl.Rd +++ b/man/augment.stl.Rd @@ -78,3 +78,4 @@ missing at this time. Other decompose tidiers: \code{\link{augment.decomposed.ts}} } +\concept{decompose tidiers} diff --git a/man/augment.survreg.Rd b/man/augment.survreg.Rd index dd17d152d..943889513 100644 --- a/man/augment.survreg.Rd +++ b/man/augment.survreg.Rd @@ -119,3 +119,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{survival tidiers} +\concept{survreg tidiers} diff --git a/man/broom.Rd b/man/broom.Rd index ec3977adf..d54377dbf 100644 --- a/man/broom.Rd +++ b/man/broom.Rd @@ -4,7 +4,6 @@ \name{broom} \alias{broom} \alias{broom-package} -\alias{broom-package} \title{Convert Statistical Objects into Tidy Tibbles} \description{ Convert statistical analysis objects from R into tidy tibbles, diff --git a/man/durbinWatsonTest_tidiers.Rd b/man/durbinWatsonTest_tidiers.Rd index 5c7915a6c..89abadca7 100644 --- a/man/durbinWatsonTest_tidiers.Rd +++ b/man/durbinWatsonTest_tidiers.Rd @@ -47,3 +47,4 @@ glance(dw) # same output for all durbinWatsonTests \seealso{ \code{\link[=tidy]{tidy()}}, \code{\link[=glance]{glance()}}, \code{\link[car:durbinWatsonTest]{car::durbinWatsonTest()}} } +\concept{car tidiers} diff --git a/man/glance.Arima.Rd b/man/glance.Arima.Rd index cfc5d3d4f..05b3239cf 100644 --- a/man/glance.Arima.Rd +++ b/man/glance.Arima.Rd @@ -47,3 +47,4 @@ the measure will be reported as \code{NA}. Other Arima tidiers: \code{\link{tidy.Arima}} } +\concept{Arima tidiers} diff --git a/man/glance.Gam.Rd b/man/glance.Gam.Rd index 9b7b10813..a2990084e 100644 --- a/man/glance.Gam.Rd +++ b/man/glance.Gam.Rd @@ -52,3 +52,4 @@ Glance at \code{gam} objects created by calls to \code{\link[mgcv:gam]{mgcv::gam Other gam tidiers: \code{\link{tidy.Gam}} } +\concept{gam tidiers} diff --git a/man/glance.aareg.Rd b/man/glance.aareg.Rd index 1aef7fe80..947bd1a6a 100644 --- a/man/glance.aareg.Rd +++ b/man/glance.aareg.Rd @@ -58,3 +58,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{aareg tidiers} +\concept{survival tidiers} diff --git a/man/glance.betareg.Rd b/man/glance.betareg.Rd index df63b6271..e1f829d59 100644 --- a/man/glance.betareg.Rd +++ b/man/glance.betareg.Rd @@ -42,6 +42,24 @@ Glance does not calculate summary measures. Rather, it farms out these computations to appropriate methods and gathers the results together. Sometimes a goodness of fit measure will be undefined. In these cases the measure will be reported as \code{NA}. +} +\examples{ + +library(betareg) + +data("GasolineYield", package = "betareg") + +mod <- betareg(yield ~ batch + temp, data = GasolineYield) + +mod +tidy(mod) +tidy(mod, conf.int = TRUE) +tidy(mod, conf.int = TRUE, conf.level = .99) + +augment(mod) + +glance(mod) + } \seealso{ \code{\link[=glance]{glance()}}, \code{\link[betareg:betareg]{betareg::betareg()}} diff --git a/man/glance.biglm.Rd b/man/glance.biglm.Rd index 61187481d..3fc9f72a2 100644 --- a/man/glance.biglm.Rd +++ b/man/glance.biglm.Rd @@ -47,3 +47,4 @@ the measure will be reported as \code{NA}. Other biglm tidiers: \code{\link{tidy.biglm}} } +\concept{biglm tidiers} diff --git a/man/glance.binDesign.Rd b/man/glance.binDesign.Rd index b5fc87c99..7a7819eb5 100644 --- a/man/glance.binDesign.Rd +++ b/man/glance.binDesign.Rd @@ -63,3 +63,4 @@ if (require("binGroup", quietly = TRUE)) { Other bingroup tidiers: \code{\link{tidy.binDesign}}, \code{\link{tidy.binWidth}} } +\concept{bingroup tidiers} diff --git a/man/glance.cch.Rd b/man/glance.cch.Rd index 61e399258..468ade91f 100644 --- a/man/glance.cch.Rd +++ b/man/glance.cch.Rd @@ -63,3 +63,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{cch tidiers} +\concept{survival tidiers} diff --git a/man/glance.coxph.Rd b/man/glance.coxph.Rd index b6903af55..cdc94017e 100644 --- a/man/glance.coxph.Rd +++ b/man/glance.coxph.Rd @@ -56,3 +56,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{coxph tidiers} +\concept{survival tidiers} diff --git a/man/glance.cv.glmnet.Rd b/man/glance.cv.glmnet.Rd index c341682a7..84a8e6dba 100644 --- a/man/glance.cv.glmnet.Rd +++ b/man/glance.cv.glmnet.Rd @@ -48,3 +48,4 @@ the measure will be reported as \code{NA}. Other glmnet tidiers: \code{\link{glance.glmnet}}, \code{\link{tidy.cv.glmnet}}, \code{\link{tidy.glmnet}} } +\concept{glmnet tidiers} diff --git a/man/glance.ergm.Rd b/man/glance.ergm.Rd index 4e08d70be..92014ef20 100644 --- a/man/glance.ergm.Rd +++ b/man/glance.ergm.Rd @@ -60,3 +60,4 @@ the measure will be reported as \code{NA}. Other ergm tidiers: \code{\link{tidy.ergm}} } +\concept{ergm tidiers} diff --git a/man/glance.factanal.Rd b/man/glance.factanal.Rd index 6b3585ef6..0412cae94 100644 --- a/man/glance.factanal.Rd +++ b/man/glance.factanal.Rd @@ -55,3 +55,4 @@ the measure will be reported as \code{NA}. Other factanal tidiers: \code{\link{augment.factanal}}, \code{\link{tidy.factanal}} } +\concept{factanal tidiers} diff --git a/man/glance.fitdistr.Rd b/man/glance.fitdistr.Rd index 1ce98cfe0..d064f7082 100644 --- a/man/glance.fitdistr.Rd +++ b/man/glance.fitdistr.Rd @@ -46,3 +46,4 @@ the measure will be reported as \code{NA}. Other fitdistr tidiers: \code{\link{tidy.fitdistr}} } +\concept{fitdistr tidiers} diff --git a/man/glance.garch.Rd b/man/glance.garch.Rd index e4d9a56df..1c3490449 100644 --- a/man/glance.garch.Rd +++ b/man/glance.garch.Rd @@ -4,7 +4,8 @@ \alias{glance.garch} \title{Tidy a(n) garch object} \usage{ -\method{glance}{garch}(x, test = c("box-ljung-test", "jarque-bera-test"), ...) +\method{glance}{garch}(x, test = c("box-ljung-test", "jarque-bera-test"), + ...) } \arguments{ \item{x}{A \code{garch} object returned by \code{\link[tseries:garch]{tseries::garch()}}.} @@ -48,3 +49,4 @@ specify which components to return. Other garch tidiers: \code{\link{tidy.garch}} } +\concept{garch tidiers} diff --git a/man/glance.glm.Rd b/man/glance.glm.Rd index b9d5c997d..a2a2906fa 100644 --- a/man/glance.glm.Rd +++ b/man/glance.glm.Rd @@ -58,3 +58,4 @@ Other lm tidiers: \code{\link{augment.glm}}, \code{\link{augment.lm}}, \code{\link{glance.lm}}, \code{\link{tidy.glm}}, \code{\link{tidy.lm}} } +\concept{lm tidiers} diff --git a/man/glance.glmRob.Rd b/man/glance.glmRob.Rd index 6632d59ba..53a68e7e6 100644 --- a/man/glance.glmRob.Rd +++ b/man/glance.glmRob.Rd @@ -48,3 +48,4 @@ Other robust tidiers: \code{\link{augment.glmRob}}, \code{\link{augment.lmRob}}, \code{\link{glance.lmRob}}, \code{\link{tidy.glmRob}}, \code{\link{tidy.lmRob}} } +\concept{robust tidiers} diff --git a/man/glance.glmnet.Rd b/man/glance.glmnet.Rd index a230d87c4..ebad4ca94 100644 --- a/man/glance.glmnet.Rd +++ b/man/glance.glmnet.Rd @@ -45,3 +45,4 @@ the measure will be reported as \code{NA}. Other glmnet tidiers: \code{\link{glance.cv.glmnet}}, \code{\link{tidy.cv.glmnet}}, \code{\link{tidy.glmnet}} } +\concept{glmnet tidiers} diff --git a/man/glance.gmm.Rd b/man/glance.gmm.Rd index 6073e629c..4caf77a84 100644 --- a/man/glance.gmm.Rd +++ b/man/glance.gmm.Rd @@ -46,3 +46,4 @@ the measure will be reported as \code{NA}. Other gmm tidiers: \code{\link{tidy.gmm}} } +\concept{gmm tidiers} diff --git a/man/glance.ivreg.Rd b/man/glance.ivreg.Rd index a898c8648..7b752e985 100644 --- a/man/glance.ivreg.Rd +++ b/man/glance.ivreg.Rd @@ -55,6 +55,28 @@ Glance does not calculate summary measures. Rather, it farms out these computations to appropriate methods and gathers the results together. Sometimes a goodness of fit measure will be undefined. In these cases the measure will be reported as \code{NA}. +} +\examples{ + +library(AER) + +data("CigarettesSW", package = "AER") +ivr <- ivreg( + log(packs) ~ income | population, + data = CigarettesSW, + subset = year == "1995" +) + +summary(ivr) + +tidy(ivr) +tidy(ivr, conf.int = TRUE) +tidy(ivr, conf.int = TRUE, exponentiate = TRUE) + +augment(ivr) + +glance(ivr) + } \seealso{ \code{\link[=glance]{glance()}}, \code{\link[AER:ivreg]{AER::ivreg()}} @@ -62,3 +84,4 @@ the measure will be reported as \code{NA}. Other ivreg tidiers: \code{\link{augment.ivreg}}, \code{\link{tidy.ivreg}} } +\concept{ivreg tidiers} diff --git a/man/glance.kmeans.Rd b/man/glance.kmeans.Rd index 126078834..62c95c0f3 100644 --- a/man/glance.kmeans.Rd +++ b/man/glance.kmeans.Rd @@ -48,3 +48,4 @@ the measure will be reported as \code{NA}. Other kmeans tidiers: \code{\link{augment.kmeans}}, \code{\link{tidy.kmeans}} } +\concept{kmeans tidiers} diff --git a/man/glance.lavaan.Rd b/man/glance.lavaan.Rd index c966352df..bb73f330d 100644 --- a/man/glance.lavaan.Rd +++ b/man/glance.lavaan.Rd @@ -79,3 +79,4 @@ if (require("lavaan", quietly = TRUE)) { Other lavaan tidiers: \code{\link{tidy.lavaan}} } +\concept{lavaan tidiers} diff --git a/man/glance.lm.Rd b/man/glance.lm.Rd index 7d0628616..d0e579a25 100644 --- a/man/glance.lm.Rd +++ b/man/glance.lm.Rd @@ -60,3 +60,4 @@ Other lm tidiers: \code{\link{augment.glm}}, \code{\link{augment.lm}}, \code{\link{glance.glm}}, \code{\link{tidy.glm}}, \code{\link{tidy.lm}} } +\concept{lm tidiers} diff --git a/man/glance.lmRob.Rd b/man/glance.lmRob.Rd index ce6bb004a..b75c57fe0 100644 --- a/man/glance.lmRob.Rd +++ b/man/glance.lmRob.Rd @@ -49,3 +49,4 @@ Other robust tidiers: \code{\link{augment.glmRob}}, \code{\link{augment.lmRob}}, \code{\link{glance.glmRob}}, \code{\link{tidy.glmRob}}, \code{\link{tidy.lmRob}} } +\concept{robust tidiers} diff --git a/man/glance.lmodel2.Rd b/man/glance.lmodel2.Rd index 5d84878de..45716e0a3 100644 --- a/man/glance.lmodel2.Rd +++ b/man/glance.lmodel2.Rd @@ -46,3 +46,4 @@ the measure will be reported as \code{NA}. Other lmodel2 tidiers: \code{\link{tidy.lmodel2}} } +\concept{lmodel2 tidiers} diff --git a/man/glance.mjoint.Rd b/man/glance.mjoint.Rd index 2acfcba8a..65d7f1ac8 100644 --- a/man/glance.mjoint.Rd +++ b/man/glance.mjoint.Rd @@ -47,3 +47,4 @@ the measure will be reported as \code{NA}. Other mjoint tidiers: \code{\link{tidy.mjoint}} } +\concept{mjoint tidiers} diff --git a/man/glance.muhaz.Rd b/man/glance.muhaz.Rd index d7bc8d8a0..1edb8ae4a 100644 --- a/man/glance.muhaz.Rd +++ b/man/glance.muhaz.Rd @@ -48,3 +48,4 @@ the measure will be reported as \code{NA}. Other muhaz tidiers: \code{\link{tidy.muhaz}} } +\concept{muhaz tidiers} diff --git a/man/glance.multinom.Rd b/man/glance.multinom.Rd index 8b03751f0..8420b89d8 100644 --- a/man/glance.multinom.Rd +++ b/man/glance.multinom.Rd @@ -46,3 +46,4 @@ the measure will be reported as \code{NA}. Other multinom tidiers: \code{\link{tidy.multinom}} } +\concept{multinom tidiers} diff --git a/man/glance.nlrq.Rd b/man/glance.nlrq.Rd index 7e03480fe..4079d9495 100644 --- a/man/glance.nlrq.Rd +++ b/man/glance.nlrq.Rd @@ -51,3 +51,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.rq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rqs}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/glance.nls.Rd b/man/glance.nls.Rd index 9d822d835..93ddc9de3 100644 --- a/man/glance.nls.Rd +++ b/man/glance.nls.Rd @@ -52,3 +52,4 @@ the measure will be reported as \code{NA}. Other nls tidiers: \code{\link{augment.nls}}, \code{\link{tidy.nls}} } +\concept{nls tidiers} diff --git a/man/glance.orcutt.Rd b/man/glance.orcutt.Rd index 856f688dc..c38123816 100644 --- a/man/glance.orcutt.Rd +++ b/man/glance.orcutt.Rd @@ -51,3 +51,4 @@ the measure will be reported as \code{NA}. Other orcutt tidiers: \code{\link{tidy.orcutt}} } +\concept{orcutt tidiers} diff --git a/man/glance.plm.Rd b/man/glance.plm.Rd index 97c36fab5..e038e9da2 100644 --- a/man/glance.plm.Rd +++ b/man/glance.plm.Rd @@ -51,3 +51,4 @@ the measure will be reported as \code{NA}. Other plm tidiers: \code{\link{augment.plm}}, \code{\link{tidy.plm}} } +\concept{plm tidiers} diff --git a/man/glance.poLCA.Rd b/man/glance.poLCA.Rd index 14417b7d4..bf2ce4dae 100644 --- a/man/glance.poLCA.Rd +++ b/man/glance.poLCA.Rd @@ -77,3 +77,4 @@ missing at this time. Other poLCA tidiers: \code{\link{augment.poLCA}}, \code{\link{tidy.poLCA}} } +\concept{poLCA tidiers} diff --git a/man/glance.pyears.Rd b/man/glance.pyears.Rd index b1feaa7bf..374960f17 100644 --- a/man/glance.pyears.Rd +++ b/man/glance.pyears.Rd @@ -58,3 +58,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{pyears tidiers} +\concept{survival tidiers} diff --git a/man/glance.ridgelm.Rd b/man/glance.ridgelm.Rd index 499826203..c915765f7 100644 --- a/man/glance.ridgelm.Rd +++ b/man/glance.ridgelm.Rd @@ -49,3 +49,4 @@ returned rather than printed. Other ridgelm tidiers: \code{\link{tidy.ridgelm}} } +\concept{ridgelm tidiers} diff --git a/man/glance.rlm.Rd b/man/glance.rlm.Rd index f6a6d1022..2b05f1b9f 100644 --- a/man/glance.rlm.Rd +++ b/man/glance.rlm.Rd @@ -65,3 +65,4 @@ glance(r) Other rlm tidiers: \code{\link{augment.rlm}}, \code{\link{tidy.rlm}} } +\concept{rlm tidiers} diff --git a/man/glance.rq.Rd b/man/glance.rq.Rd index a6660c0f1..4b6bedc28 100644 --- a/man/glance.rq.Rd +++ b/man/glance.rq.Rd @@ -45,8 +45,8 @@ the measure will be reported as \code{NA}. } \details{ Only models with a single \code{tau} value may be passed. -For multiple values, please use a \code{\link[purrr:map]{purrr::map()}} workflow instead, e.g.\preformatted{taus %>% - map(function(tau_val) rq(y ~ x, tau = tau_val)) %>% +For multiple values, please use a \code{\link[purrr:map]{purrr::map()}} workflow instead, e.g.\preformatted{taus \%>\% + map(function(tau_val) rq(y ~ x, tau = tau_val)) \%>\% map_dfr(glance) } } @@ -58,3 +58,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.nlrq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rqs}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/glance.smooth.spline.Rd b/man/glance.smooth.spline.Rd index a04f35223..0be85c055 100644 --- a/man/glance.smooth.spline.Rd +++ b/man/glance.smooth.spline.Rd @@ -42,3 +42,4 @@ specify which components to return. Other smoothing spline tidiers: \code{\link{augment.smooth.spline}} } +\concept{smoothing spline tidiers} diff --git a/man/glance.speedlm.Rd b/man/glance.speedlm.Rd index 0962e8fc6..939d7819b 100644 --- a/man/glance.speedlm.Rd +++ b/man/glance.speedlm.Rd @@ -55,3 +55,4 @@ the measure will be reported as \code{NA}. Other speedlm tidiers: \code{\link{augment.speedlm}}, \code{\link{tidy.speedlm}} } +\concept{speedlm tidiers} diff --git a/man/glance.survdiff.Rd b/man/glance.survdiff.Rd index d33097c7b..d8c3e9f11 100644 --- a/man/glance.survdiff.Rd +++ b/man/glance.survdiff.Rd @@ -58,3 +58,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{survdiff tidiers} +\concept{survival tidiers} diff --git a/man/glance.survexp.Rd b/man/glance.survexp.Rd index d183d9b28..2086fc681 100644 --- a/man/glance.survexp.Rd +++ b/man/glance.survexp.Rd @@ -58,3 +58,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{survexp tidiers} +\concept{survival tidiers} diff --git a/man/glance.survfit.Rd b/man/glance.survfit.Rd index 528fdb375..a95e1569c 100644 --- a/man/glance.survfit.Rd +++ b/man/glance.survfit.Rd @@ -65,3 +65,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{cch tidiers} +\concept{survival tidiers} diff --git a/man/glance.survreg.Rd b/man/glance.survreg.Rd index ec4db7113..bcdff32ac 100644 --- a/man/glance.survreg.Rd +++ b/man/glance.survreg.Rd @@ -64,3 +64,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{survival tidiers} +\concept{survreg tidiers} diff --git a/man/glance_optim.Rd b/man/glance_optim.Rd index 1ac0f52e5..53845824c 100644 --- a/man/glance_optim.Rd +++ b/man/glance_optim.Rd @@ -48,3 +48,4 @@ Other list tidiers: \code{\link{list_tidiers}}, \code{\link{tidy_irlba}}, \code{\link{tidy_optim}}, \code{\link{tidy_svd}}, \code{\link{tidy_xyz}} } +\concept{list tidiers} diff --git a/man/list_tidiers.Rd b/man/list_tidiers.Rd index 8c34352ed..eb75e5120 100644 --- a/man/list_tidiers.Rd +++ b/man/list_tidiers.Rd @@ -34,3 +34,4 @@ Other list tidiers: \code{\link{glance_optim}}, \code{\link{tidy_irlba}}, \code{\link{tidy_optim}}, \code{\link{tidy_svd}}, \code{\link{tidy_xyz}} } +\concept{list tidiers} diff --git a/man/lme4_tidiers.Rd b/man/lme4_tidiers.Rd index d81943923..3b45e6e4d 100644 --- a/man/lme4_tidiers.Rd +++ b/man/lme4_tidiers.Rd @@ -7,9 +7,9 @@ \alias{glance.merMod} \title{Tidying methods for mixed effects models} \usage{ -\method{tidy}{merMod}(x, effects = c("ran_pars", "fixed"), scales = NULL, - ran_prefix = NULL, conf.int = FALSE, conf.level = 0.95, - conf.method = "Wald", ...) +\method{tidy}{merMod}(x, effects = c("ran_pars", "fixed"), + scales = NULL, ran_prefix = NULL, conf.int = FALSE, + conf.level = 0.95, conf.method = "Wald", ...) \method{augment}{merMod}(x, data = stats::model.frame(x), newdata, ...) diff --git a/man/mcmc_tidiers.Rd b/man/mcmc_tidiers.Rd index a98aad0d7..5e1f33b11 100644 --- a/man/mcmc_tidiers.Rd +++ b/man/mcmc_tidiers.Rd @@ -11,12 +11,12 @@ tidyMCMC(x, pars, estimate.method = "mean", conf.int = FALSE, conf.level = 0.95, conf.method = "quantile", droppars = "lp__", rhat = FALSE, ess = FALSE, ...) -\method{tidy}{rjags}(x, pars, estimate.method = "mean", conf.int = FALSE, - conf.level = 0.95, conf.method = "quantile", ...) +\method{tidy}{rjags}(x, pars, estimate.method = "mean", + conf.int = FALSE, conf.level = 0.95, conf.method = "quantile", ...) -\method{tidy}{stanfit}(x, pars, estimate.method = "mean", conf.int = FALSE, - conf.level = 0.95, conf.method = "quantile", droppars = "lp__", - rhat = FALSE, ess = FALSE, ...) +\method{tidy}{stanfit}(x, pars, estimate.method = "mean", + conf.int = FALSE, conf.level = 0.95, conf.method = "quantile", + droppars = "lp__", rhat = FALSE, ess = FALSE, ...) } \arguments{ \item{x}{an object of class \sQuote{"stanfit"}} diff --git a/man/mgcv_glance_gam.Rd b/man/mgcv_glance_gam.Rd index 428789422..9b5052b88 100644 --- a/man/mgcv_glance_gam.Rd +++ b/man/mgcv_glance_gam.Rd @@ -52,3 +52,4 @@ To glance \code{Gam} objects created by calls to \code{\link[gam:gam]{gam::gam() Other mgcv tidiers: \code{\link{tidy.gam}} } +\concept{mgcv tidiers} diff --git a/man/mgcv_tidy_gam.Rd b/man/mgcv_tidy_gam.Rd index b266fc986..65daa0fb0 100644 --- a/man/mgcv_tidy_gam.Rd +++ b/man/mgcv_tidy_gam.Rd @@ -52,3 +52,4 @@ glance(g) Other mgcv tidiers: \code{\link{glance.gam}} } +\concept{mgcv tidiers} diff --git a/man/ordinal_tidiers.Rd b/man/ordinal_tidiers.Rd index da6f2c60c..5f0287e25 100644 --- a/man/ordinal_tidiers.Rd +++ b/man/ordinal_tidiers.Rd @@ -24,12 +24,12 @@ type.predict = c("probs", "class"), ...) \method{tidy}{clm}(x, conf.int = FALSE, conf.level = 0.95, - exponentiate = FALSE, quick = FALSE, conf.type = c("profile", "Wald"), - ...) + exponentiate = FALSE, quick = FALSE, conf.type = c("profile", + "Wald"), ...) \method{tidy}{clmm}(x, conf.int = FALSE, conf.level = 0.95, - exponentiate = FALSE, quick = FALSE, conf.type = c("profile", "Wald"), - ...) + exponentiate = FALSE, quick = FALSE, conf.type = c("profile", + "Wald"), ...) \method{glance}{clm}(x, ...) diff --git a/man/rstanarm_tidiers.Rd b/man/rstanarm_tidiers.Rd index ce421b3fe..b98678847 100644 --- a/man/rstanarm_tidiers.Rd +++ b/man/rstanarm_tidiers.Rd @@ -6,8 +6,8 @@ \alias{glance.stanreg} \title{Tidying methods for an rstanarm model} \usage{ -\method{tidy}{stanreg}(x, parameters = "non-varying", intervals = FALSE, - prob = 0.9, ...) +\method{tidy}{stanreg}(x, parameters = "non-varying", + intervals = FALSE, prob = 0.9, ...) \method{glance}{stanreg}(x, looic = FALSE, ...) } diff --git a/man/sp_tidiers.Rd b/man/sp_tidiers.Rd index bbe4e5f81..e09932fea 100644 --- a/man/sp_tidiers.Rd +++ b/man/sp_tidiers.Rd @@ -41,5 +41,8 @@ model component varies cross models but is usually self-evident. If a model has several distinct types of components, you will need to specify which components to return. -Note that the \code{sf`` package now defines tidy spatial objects and is the recommend approach to spatial data.}sp\code{tidiers are likely to be deprecated in the near future in favor of}sf::st_as_sf()\code{. Development of}sp\code{tidiers has halted in}broom`. +Note that the \code{sf} package now defines tidy spatial objects +and is the recommend approach to spatial data. \code{sp} tidiers are likely +to be deprecated in the near future in favor of \code{sf::st_as_sf()}. +Development of \code{sp} tidiers has halted in \code{broom}. } diff --git a/man/tidy.Arima.Rd b/man/tidy.Arima.Rd index ee95a7a6b..4ad536518 100644 --- a/man/tidy.Arima.Rd +++ b/man/tidy.Arima.Rd @@ -58,3 +58,4 @@ glance(fit) Other Arima tidiers: \code{\link{glance.Arima}} } +\concept{Arima tidiers} diff --git a/man/tidy.Gam.Rd b/man/tidy.Gam.Rd index f6b5898a0..c1ee270c0 100644 --- a/man/tidy.Gam.Rd +++ b/man/tidy.Gam.Rd @@ -50,3 +50,4 @@ glance(g) Other gam tidiers: \code{\link{glance.Gam}} } +\concept{gam tidiers} diff --git a/man/tidy.Mclust.Rd b/man/tidy.Mclust.Rd index d033b762f..88b1f1053 100644 --- a/man/tidy.Mclust.Rd +++ b/man/tidy.Mclust.Rd @@ -74,3 +74,4 @@ glance(m) Other mclust tidiers: \code{\link{augment.Mclust}} } +\concept{mclust tidiers} diff --git a/man/tidy.TukeyHSD.Rd b/man/tidy.TukeyHSD.Rd index dd177e0ea..1e7545433 100644 --- a/man/tidy.TukeyHSD.Rd +++ b/man/tidy.TukeyHSD.Rd @@ -55,3 +55,4 @@ Other anova tidiers: \code{\link{tidy.anova}}, \code{\link{tidy.aovlist}}, \code{\link{tidy.aov}}, \code{\link{tidy.manova}} } +\concept{anova tidiers} diff --git a/man/tidy.aareg.Rd b/man/tidy.aareg.Rd index be1b72c8b..944ab209f 100644 --- a/man/tidy.aareg.Rd +++ b/man/tidy.aareg.Rd @@ -70,3 +70,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{aareg tidiers} +\concept{survival tidiers} diff --git a/man/tidy.acf.Rd b/man/tidy.acf.Rd index 5ed8945dc..acebcec02 100644 --- a/man/tidy.acf.Rd +++ b/man/tidy.acf.Rd @@ -47,3 +47,4 @@ tidy(pacf(lh, plot = FALSE)) Other time series tidiers: \code{\link{tidy.spec}}, \code{\link{tidy.ts}}, \code{\link{tidy.zoo}} } +\concept{time series tidiers} diff --git a/man/tidy.anova.Rd b/man/tidy.anova.Rd index 37e34bca3..5b8107018 100644 --- a/man/tidy.anova.Rd +++ b/man/tidy.anova.Rd @@ -55,3 +55,4 @@ Other anova tidiers: \code{\link{tidy.TukeyHSD}}, \code{\link{tidy.aovlist}}, \code{\link{tidy.aov}}, \code{\link{tidy.manova}} } +\concept{anova tidiers} diff --git a/man/tidy.aov.Rd b/man/tidy.aov.Rd index 6cff8ec21..5c47b4e56 100644 --- a/man/tidy.aov.Rd +++ b/man/tidy.aov.Rd @@ -54,3 +54,4 @@ Other anova tidiers: \code{\link{tidy.TukeyHSD}}, \code{\link{tidy.anova}}, \code{\link{tidy.aovlist}}, \code{\link{tidy.manova}} } +\concept{anova tidiers} diff --git a/man/tidy.aovlist.Rd b/man/tidy.aovlist.Rd index 3be86a053..04b8a0bab 100644 --- a/man/tidy.aovlist.Rd +++ b/man/tidy.aovlist.Rd @@ -55,3 +55,4 @@ Other anova tidiers: \code{\link{tidy.TukeyHSD}}, \code{\link{tidy.anova}}, \code{\link{tidy.aov}}, \code{\link{tidy.manova}} } +\concept{anova tidiers} diff --git a/man/tidy.betareg.Rd b/man/tidy.betareg.Rd index 6a5ccbeee..ede952172 100644 --- a/man/tidy.betareg.Rd +++ b/man/tidy.betareg.Rd @@ -78,3 +78,4 @@ glance(mod) \seealso{ \code{\link[=tidy]{tidy()}}, \code{\link[betareg:betareg]{betareg::betareg()}} } +\concept{betareg tidiers} diff --git a/man/tidy.biglm.Rd b/man/tidy.biglm.Rd index 24c18acec..5b89eb326 100644 --- a/man/tidy.biglm.Rd +++ b/man/tidy.biglm.Rd @@ -88,3 +88,4 @@ if (require("biglm", quietly = TRUE)) { Other biglm tidiers: \code{\link{glance.biglm}} } +\concept{biglm tidiers} diff --git a/man/tidy.binDesign.Rd b/man/tidy.binDesign.Rd index 7883f4dd6..c0c74be32 100644 --- a/man/tidy.binDesign.Rd +++ b/man/tidy.binDesign.Rd @@ -55,3 +55,4 @@ if (require("binGroup", quietly = TRUE)) { Other bingroup tidiers: \code{\link{glance.binDesign}}, \code{\link{tidy.binWidth}} } +\concept{bingroup tidiers} diff --git a/man/tidy.binWidth.Rd b/man/tidy.binWidth.Rd index 0492aac6a..741301056 100644 --- a/man/tidy.binWidth.Rd +++ b/man/tidy.binWidth.Rd @@ -64,3 +64,4 @@ if (require("binGroup", quietly = TRUE)) { Other bingroup tidiers: \code{\link{glance.binDesign}}, \code{\link{tidy.binDesign}} } +\concept{bingroup tidiers} diff --git a/man/tidy.cch.Rd b/man/tidy.cch.Rd index 2c421e1f0..c507ac8fb 100644 --- a/man/tidy.cch.Rd +++ b/man/tidy.cch.Rd @@ -92,3 +92,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{cch tidiers} +\concept{survival tidiers} diff --git a/man/tidy.cld.Rd b/man/tidy.cld.Rd index debacc22e..eb7bebd20 100644 --- a/man/tidy.cld.Rd +++ b/man/tidy.cld.Rd @@ -35,3 +35,4 @@ specify which components to return. Other multcomp tidiers: \code{\link{tidy.confint.glht}}, \code{\link{tidy.glht}}, \code{\link{tidy.summary.glht}} } +\concept{multcomp tidiers} diff --git a/man/tidy.confint.glht.Rd b/man/tidy.confint.glht.Rd index 592918f9d..248624249 100644 --- a/man/tidy.confint.glht.Rd +++ b/man/tidy.confint.glht.Rd @@ -35,3 +35,4 @@ specify which components to return. Other multcomp tidiers: \code{\link{tidy.cld}}, \code{\link{tidy.glht}}, \code{\link{tidy.summary.glht}} } +\concept{multcomp tidiers} diff --git a/man/tidy.coxph.Rd b/man/tidy.coxph.Rd index 3aeb55c97..c231a3fb6 100644 --- a/man/tidy.coxph.Rd +++ b/man/tidy.coxph.Rd @@ -111,3 +111,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{coxph tidiers} +\concept{survival tidiers} diff --git a/man/tidy.cv.glmnet.Rd b/man/tidy.cv.glmnet.Rd index 8e77cdbb8..1402fb8e0 100644 --- a/man/tidy.cv.glmnet.Rd +++ b/man/tidy.cv.glmnet.Rd @@ -97,3 +97,4 @@ if (requireNamespace("glmnet", quietly = TRUE)) { Other glmnet tidiers: \code{\link{glance.cv.glmnet}}, \code{\link{glance.glmnet}}, \code{\link{tidy.glmnet}} } +\concept{glmnet tidiers} diff --git a/man/tidy.density.Rd b/man/tidy.density.Rd index bf61ad6af..4721117b7 100644 --- a/man/tidy.density.Rd +++ b/man/tidy.density.Rd @@ -37,3 +37,4 @@ specify which components to return. Other stats tidiers: \code{\link{tidy.dist}}, \code{\link{tidy.ftable}} } +\concept{stats tidiers} diff --git a/man/tidy.dist.Rd b/man/tidy.dist.Rd index 25a43551e..17110b0c2 100644 --- a/man/tidy.dist.Rd +++ b/man/tidy.dist.Rd @@ -4,8 +4,8 @@ \alias{tidy.dist} \title{Tidy a(n) dist object} \usage{ -\method{tidy}{dist}(x, diagonal = attr(x, "Diag"), upper = attr(x, "Upper"), - ...) +\method{tidy}{dist}(x, diagonal = attr(x, "Diag"), upper = attr(x, + "Upper"), ...) } \arguments{ \item{x}{A \code{dist} object returned from \code{\link[stats:dist]{stats::dist()}}.} @@ -64,3 +64,4 @@ tidy(iris_dist, diagonal = TRUE) Other stats tidiers: \code{\link{tidy.density}}, \code{\link{tidy.ftable}} } +\concept{stats tidiers} diff --git a/man/tidy.ergm.Rd b/man/tidy.ergm.Rd index 2b5f54c0e..ee88b400f 100644 --- a/man/tidy.ergm.Rd +++ b/man/tidy.ergm.Rd @@ -93,3 +93,4 @@ Models for Networks. \emph{Journal of Statistical Software}, 24(3). Other ergm tidiers: \code{\link{glance.ergm}} } +\concept{ergm tidiers} diff --git a/man/tidy.factanal.Rd b/man/tidy.factanal.Rd index 4bc2c99c9..de8cb3bb3 100644 --- a/man/tidy.factanal.Rd +++ b/man/tidy.factanal.Rd @@ -53,3 +53,4 @@ augment(mod, mtcars) Other factanal tidiers: \code{\link{augment.factanal}}, \code{\link{glance.factanal}} } +\concept{factanal tidiers} diff --git a/man/tidy.felm.Rd b/man/tidy.felm.Rd index 647a3d173..268925c68 100644 --- a/man/tidy.felm.Rd +++ b/man/tidy.felm.Rd @@ -6,8 +6,8 @@ \alias{lfe_tidiers} \title{Tidy a(n) felm object} \usage{ -\method{tidy}{felm}(x, conf.int = FALSE, conf.level = 0.95, fe = FALSE, - ...) +\method{tidy}{felm}(x, conf.int = FALSE, conf.level = 0.95, + fe = FALSE, ...) } \arguments{ \item{x}{A \code{felm} object returned from \code{\link[lfe:felm]{lfe::felm()}}.} @@ -95,3 +95,4 @@ if (require("lfe", quietly = TRUE)) { Other felm tidiers: \code{\link{augment.felm}} } +\concept{felm tidiers} diff --git a/man/tidy.fitdistr.Rd b/man/tidy.fitdistr.Rd index 0821b52e6..b754fd00e 100644 --- a/man/tidy.fitdistr.Rd +++ b/man/tidy.fitdistr.Rd @@ -53,3 +53,4 @@ glance(fit) Other fitdistr tidiers: \code{\link{glance.fitdistr}} } +\concept{fitdistr tidiers} diff --git a/man/tidy.ftable.Rd b/man/tidy.ftable.Rd index 16583b529..abf95e25b 100644 --- a/man/tidy.ftable.Rd +++ b/man/tidy.ftable.Rd @@ -43,3 +43,4 @@ tidy(ftable(Titanic, row.vars = 1:3)) Other stats tidiers: \code{\link{tidy.density}}, \code{\link{tidy.dist}} } +\concept{stats tidiers} diff --git a/man/tidy.garch.Rd b/man/tidy.garch.Rd index 83fb8cb24..fc9010e44 100644 --- a/man/tidy.garch.Rd +++ b/man/tidy.garch.Rd @@ -55,3 +55,4 @@ glance(dax.garch) Other garch tidiers: \code{\link{glance.garch}} } +\concept{garch tidiers} diff --git a/man/tidy.glht.Rd b/man/tidy.glht.Rd index 9d8c7fb03..77b2aeb8e 100644 --- a/man/tidy.glht.Rd +++ b/man/tidy.glht.Rd @@ -64,3 +64,4 @@ Other multcomp tidiers: \code{\link{tidy.cld}}, \code{\link{tidy.confint.glht}}, \code{\link{tidy.summary.glht}} } +\concept{multcomp tidiers} diff --git a/man/tidy.glm.Rd b/man/tidy.glm.Rd index 5ea8241c7..e7c9304bc 100644 --- a/man/tidy.glm.Rd +++ b/man/tidy.glm.Rd @@ -60,3 +60,4 @@ Other lm tidiers: \code{\link{augment.glm}}, \code{\link{augment.lm}}, \code{\link{glance.glm}}, \code{\link{glance.lm}}, \code{\link{tidy.lm}} } +\concept{lm tidiers} diff --git a/man/tidy.glmRob.Rd b/man/tidy.glmRob.Rd index 53c055f9f..c7a7fb7c8 100644 --- a/man/tidy.glmRob.Rd +++ b/man/tidy.glmRob.Rd @@ -77,3 +77,4 @@ Other robust tidiers: \code{\link{augment.glmRob}}, \code{\link{augment.lmRob}}, \code{\link{glance.glmRob}}, \code{\link{glance.lmRob}}, \code{\link{tidy.lmRob}} } +\concept{robust tidiers} diff --git a/man/tidy.glmnet.Rd b/man/tidy.glmnet.Rd index 0af2dde5b..0f41e097e 100644 --- a/man/tidy.glmnet.Rd +++ b/man/tidy.glmnet.Rd @@ -90,3 +90,4 @@ if (requireNamespace("glmnet", quietly = TRUE)) { Other glmnet tidiers: \code{\link{glance.cv.glmnet}}, \code{\link{glance.glmnet}}, \code{\link{tidy.cv.glmnet}} } +\concept{glmnet tidiers} diff --git a/man/tidy.gmm.Rd b/man/tidy.gmm.Rd index 1535d24e7..1a3a4702c 100644 --- a/man/tidy.gmm.Rd +++ b/man/tidy.gmm.Rd @@ -135,3 +135,4 @@ if (requireNamespace("gmm", quietly = TRUE)) { Other gmm tidiers: \code{\link{glance.gmm}} } +\concept{gmm tidiers} diff --git a/man/tidy.htest.Rd b/man/tidy.htest.Rd index 4fd8e8ad4..8daf50a7b 100644 --- a/man/tidy.htest.Rd +++ b/man/tidy.htest.Rd @@ -75,3 +75,4 @@ Other htest tidiers: \code{\link{augment.htest}}, \code{\link{tidy.pairwise.htest}}, \code{\link{tidy.power.htest}} } +\concept{htest tidiers} diff --git a/man/tidy.ivreg.Rd b/man/tidy.ivreg.Rd index 1b7f989f0..858b37364 100644 --- a/man/tidy.ivreg.Rd +++ b/man/tidy.ivreg.Rd @@ -86,3 +86,4 @@ glance(ivr) Other ivreg tidiers: \code{\link{augment.ivreg}}, \code{\link{glance.ivreg}} } +\concept{ivreg tidiers} diff --git a/man/tidy.kmeans.Rd b/man/tidy.kmeans.Rd index 301e49353..7ac7b4f7d 100644 --- a/man/tidy.kmeans.Rd +++ b/man/tidy.kmeans.Rd @@ -46,3 +46,4 @@ For examples, see the kmeans vignette. Other kmeans tidiers: \code{\link{augment.kmeans}}, \code{\link{glance.kmeans}} } +\concept{kmeans tidiers} diff --git a/man/tidy.lavaan.Rd b/man/tidy.lavaan.Rd index 4b79ab644..d1a4b029f 100644 --- a/man/tidy.lavaan.Rd +++ b/man/tidy.lavaan.Rd @@ -71,3 +71,4 @@ if (require("lavaan")) { Other lavaan tidiers: \code{\link{glance.lavaan}} } +\concept{lavaan tidiers} diff --git a/man/tidy.lm.Rd b/man/tidy.lm.Rd index 76be8a910..03fc25256 100644 --- a/man/tidy.lm.Rd +++ b/man/tidy.lm.Rd @@ -131,3 +131,4 @@ Other lm tidiers: \code{\link{augment.glm}}, \code{\link{augment.lm}}, \code{\link{glance.glm}}, \code{\link{glance.lm}}, \code{\link{tidy.glm}} } +\concept{lm tidiers} diff --git a/man/tidy.lmRob.Rd b/man/tidy.lmRob.Rd index c02a69e00..f2c2e12aa 100644 --- a/man/tidy.lmRob.Rd +++ b/man/tidy.lmRob.Rd @@ -78,3 +78,4 @@ Other robust tidiers: \code{\link{augment.glmRob}}, \code{\link{augment.lmRob}}, \code{\link{glance.glmRob}}, \code{\link{glance.lmRob}}, \code{\link{tidy.glmRob}} } +\concept{robust tidiers} diff --git a/man/tidy.lmodel2.Rd b/man/tidy.lmodel2.Rd index 0b6643a4e..15ed103e8 100644 --- a/man/tidy.lmodel2.Rd +++ b/man/tidy.lmodel2.Rd @@ -71,3 +71,4 @@ if (require("lmodel2", quietly = TRUE)) { Other lmodel2 tidiers: \code{\link{glance.lmodel2}} } +\concept{lmodel2 tidiers} diff --git a/man/tidy.manova.Rd b/man/tidy.manova.Rd index 47ba891b8..6f7b55768 100644 --- a/man/tidy.manova.Rd +++ b/man/tidy.manova.Rd @@ -61,3 +61,4 @@ Other anova tidiers: \code{\link{tidy.TukeyHSD}}, \code{\link{tidy.anova}}, \code{\link{tidy.aovlist}}, \code{\link{tidy.aov}} } +\concept{anova tidiers} diff --git a/man/tidy.mjoint.Rd b/man/tidy.mjoint.Rd index 503611e50..7f185d2e6 100644 --- a/man/tidy.mjoint.Rd +++ b/man/tidy.mjoint.Rd @@ -112,3 +112,4 @@ glance(fit) Other mjoint tidiers: \code{\link{glance.mjoint}} } +\concept{mjoint tidiers} diff --git a/man/tidy.muhaz.Rd b/man/tidy.muhaz.Rd index ff1954b75..c9ef67b37 100644 --- a/man/tidy.muhaz.Rd +++ b/man/tidy.muhaz.Rd @@ -48,3 +48,4 @@ if (require("muhaz", quietly = TRUE)) { Other muhaz tidiers: \code{\link{glance.muhaz}} } +\concept{muhaz tidiers} diff --git a/man/tidy.multinom.Rd b/man/tidy.multinom.Rd index b9c7d7d5e..053426836 100644 --- a/man/tidy.multinom.Rd +++ b/man/tidy.multinom.Rd @@ -77,3 +77,4 @@ if (require(nnet) & require(MASS)){ Other multinom tidiers: \code{\link{glance.multinom}} } +\concept{multinom tidiers} diff --git a/man/tidy.nlrq.Rd b/man/tidy.nlrq.Rd index 302a9d87a..6be61cf85 100644 --- a/man/tidy.nlrq.Rd +++ b/man/tidy.nlrq.Rd @@ -59,3 +59,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.nlrq}}, \code{\link{glance.rq}}, \code{\link{tidy.rqs}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/tidy.nls.Rd b/man/tidy.nls.Rd index ca1c908af..4ea6333ff 100644 --- a/man/tidy.nls.Rd +++ b/man/tidy.nls.Rd @@ -5,8 +5,8 @@ \alias{nls_tidiers} \title{Tidy a(n) nls object} \usage{ -\method{tidy}{nls}(x, conf.int = FALSE, conf.level = 0.95, quick = FALSE, - ...) +\method{tidy}{nls}(x, conf.int = FALSE, conf.level = 0.95, + quick = FALSE, ...) } \arguments{ \item{x}{An \code{nls} object returned from \code{\link[stats:nls]{stats::nls()}}.} @@ -80,3 +80,4 @@ augment(n, newdata = newdata) Other nls tidiers: \code{\link{augment.nls}}, \code{\link{glance.nls}} } +\concept{nls tidiers} diff --git a/man/tidy.orcutt.Rd b/man/tidy.orcutt.Rd index 926fbdd3d..1fc730083 100644 --- a/man/tidy.orcutt.Rd +++ b/man/tidy.orcutt.Rd @@ -55,3 +55,4 @@ if (require("orcutt", quietly = TRUE)) { Other orcutt tidiers: \code{\link{glance.orcutt}} } +\concept{orcutt tidiers} diff --git a/man/tidy.pairwise.htest.Rd b/man/tidy.pairwise.htest.Rd index 6c01bdfc1..2bdac7ad1 100644 --- a/man/tidy.pairwise.htest.Rd +++ b/man/tidy.pairwise.htest.Rd @@ -67,3 +67,4 @@ tidy(pairwise.wilcox.test(Petal.Length, Species)) Other htest tidiers: \code{\link{augment.htest}}, \code{\link{tidy.htest}}, \code{\link{tidy.power.htest}} } +\concept{htest tidiers} diff --git a/man/tidy.plm.Rd b/man/tidy.plm.Rd index f3c5cb08f..a012fb086 100644 --- a/man/tidy.plm.Rd +++ b/man/tidy.plm.Rd @@ -81,3 +81,4 @@ glance(zz) Other plm tidiers: \code{\link{augment.plm}}, \code{\link{glance.plm}} } +\concept{plm tidiers} diff --git a/man/tidy.poLCA.Rd b/man/tidy.poLCA.Rd index 0882567f4..e5a8eb638 100644 --- a/man/tidy.poLCA.Rd +++ b/man/tidy.poLCA.Rd @@ -105,3 +105,4 @@ if (require("poLCA", quietly = TRUE)) { Other poLCA tidiers: \code{\link{augment.poLCA}}, \code{\link{glance.poLCA}} } +\concept{poLCA tidiers} diff --git a/man/tidy.power.htest.Rd b/man/tidy.power.htest.Rd index d32cdd272..408d24bd3 100644 --- a/man/tidy.power.htest.Rd +++ b/man/tidy.power.htest.Rd @@ -50,3 +50,4 @@ Other htest tidiers: \code{\link{augment.htest}}, \code{\link{tidy.htest}}, \code{\link{tidy.pairwise.htest}} } +\concept{htest tidiers} diff --git a/man/tidy.prcomp.Rd b/man/tidy.prcomp.Rd index aabac36ec..4483f77f5 100644 --- a/man/tidy.prcomp.Rd +++ b/man/tidy.prcomp.Rd @@ -115,3 +115,4 @@ ggplot(au, aes(.fittedPC1, .fittedPC2)) + Other svd tidiers: \code{\link{augment.prcomp}}, \code{\link{tidy_irlba}}, \code{\link{tidy_svd}} } +\concept{svd tidiers} diff --git a/man/tidy.pyears.Rd b/man/tidy.pyears.Rd index c987080b9..fb2a082de 100644 --- a/man/tidy.pyears.Rd +++ b/man/tidy.pyears.Rd @@ -77,3 +77,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{pyears tidiers} +\concept{survival tidiers} diff --git a/man/tidy.ridgelm.Rd b/man/tidy.ridgelm.Rd index 6f4de4d10..ddf5b99df 100644 --- a/man/tidy.ridgelm.Rd +++ b/man/tidy.ridgelm.Rd @@ -67,3 +67,4 @@ ggplot(td2, aes(lambda, GCV)) + Other ridgelm tidiers: \code{\link{glance.ridgelm}} } +\concept{ridgelm tidiers} diff --git a/man/tidy.rlm.Rd b/man/tidy.rlm.Rd index b63cf9bdf..05bc59f35 100644 --- a/man/tidy.rlm.Rd +++ b/man/tidy.rlm.Rd @@ -63,3 +63,4 @@ For tidiers for models from the \pkg{robust} package see Other rlm tidiers: \code{\link{augment.rlm}}, \code{\link{glance.rlm}} } +\concept{rlm tidiers} diff --git a/man/tidy.rq.Rd b/man/tidy.rq.Rd index 6be49f020..14a623cce 100644 --- a/man/tidy.rq.Rd +++ b/man/tidy.rq.Rd @@ -6,8 +6,8 @@ \alias{quantreg_tidiers} \title{Tidy a(n) rq object} \usage{ -\method{tidy}{rq}(x, se.type = "rank", conf.int = TRUE, conf.level = 0.95, - ...) +\method{tidy}{rq}(x, se.type = "rank", conf.int = TRUE, + conf.level = 0.95, ...) } \arguments{ \item{x}{An \code{rq} object returned from \code{\link[quantreg:rq]{quantreg::rq()}}.} @@ -63,3 +63,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.nlrq}}, \code{\link{glance.rq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rqs}} } +\concept{quantreg tidiers} diff --git a/man/tidy.rqs.Rd b/man/tidy.rqs.Rd index b5ca3d25b..f25527932 100644 --- a/man/tidy.rqs.Rd +++ b/man/tidy.rqs.Rd @@ -65,3 +65,4 @@ Other quantreg tidiers: \code{\link{augment.nlrq}}, \code{\link{glance.nlrq}}, \code{\link{glance.rq}}, \code{\link{tidy.nlrq}}, \code{\link{tidy.rq}} } +\concept{quantreg tidiers} diff --git a/man/tidy.spec.Rd b/man/tidy.spec.Rd index dcaedb24e..f0eae6096 100644 --- a/man/tidy.spec.Rd +++ b/man/tidy.spec.Rd @@ -46,3 +46,4 @@ ggplot(tidy(spc), aes(freq, spec)) + Other time series tidiers: \code{\link{tidy.acf}}, \code{\link{tidy.ts}}, \code{\link{tidy.zoo}} } +\concept{time series tidiers} diff --git a/man/tidy.speedlm.Rd b/man/tidy.speedlm.Rd index fac34ff50..d2df553b3 100644 --- a/man/tidy.speedlm.Rd +++ b/man/tidy.speedlm.Rd @@ -70,3 +70,4 @@ augment(mod) Other speedlm tidiers: \code{\link{augment.speedlm}}, \code{\link{glance.speedlm}} } +\concept{speedlm tidiers} diff --git a/man/tidy.summary.glht.Rd b/man/tidy.summary.glht.Rd index c9fa2f909..d3e26e1c9 100644 --- a/man/tidy.summary.glht.Rd +++ b/man/tidy.summary.glht.Rd @@ -35,3 +35,4 @@ specify which components to return. Other multcomp tidiers: \code{\link{tidy.cld}}, \code{\link{tidy.confint.glht}}, \code{\link{tidy.glht}} } +\concept{multcomp tidiers} diff --git a/man/tidy.survdiff.Rd b/man/tidy.survdiff.Rd index 85ff4b1b5..1171fcf53 100644 --- a/man/tidy.survdiff.Rd +++ b/man/tidy.survdiff.Rd @@ -67,3 +67,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.pyears}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{survdiff tidiers} +\concept{survival tidiers} diff --git a/man/tidy.survexp.Rd b/man/tidy.survexp.Rd index 809ebd1d2..f91fb677a 100644 --- a/man/tidy.survexp.Rd +++ b/man/tidy.survexp.Rd @@ -71,3 +71,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.pyears}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survfit}}, \code{\link{tidy.survreg}} } +\concept{survexp tidiers} +\concept{survival tidiers} diff --git a/man/tidy.survfit.Rd b/man/tidy.survfit.Rd index 7c43c9a1d..937fbc17b 100644 --- a/man/tidy.survfit.Rd +++ b/man/tidy.survfit.Rd @@ -82,3 +82,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.pyears}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survreg}} } +\concept{survfit tidiers} +\concept{survival tidiers} diff --git a/man/tidy.survreg.Rd b/man/tidy.survreg.Rd index 34702e76d..a754c2a09 100644 --- a/man/tidy.survreg.Rd +++ b/man/tidy.survreg.Rd @@ -86,3 +86,5 @@ Other survival tidiers: \code{\link{augment.coxph}}, \code{\link{tidy.pyears}}, \code{\link{tidy.survdiff}}, \code{\link{tidy.survexp}}, \code{\link{tidy.survfit}} } +\concept{survival tidiers} +\concept{survreg tidiers} diff --git a/man/tidy.ts.Rd b/man/tidy.ts.Rd index b4f17dc06..3a26de41e 100644 --- a/man/tidy.ts.Rd +++ b/man/tidy.ts.Rd @@ -51,3 +51,4 @@ tidy(z) Other time series tidiers: \code{\link{tidy.acf}}, \code{\link{tidy.spec}}, \code{\link{tidy.zoo}} } +\concept{time series tidiers} diff --git a/man/tidy.zoo.Rd b/man/tidy.zoo.Rd index 721f0bc3c..8a53f8b4a 100644 --- a/man/tidy.zoo.Rd +++ b/man/tidy.zoo.Rd @@ -69,3 +69,4 @@ ggplot(tidy(Zrolled), aes(index, value, color = series)) + Other time series tidiers: \code{\link{tidy.acf}}, \code{\link{tidy.spec}}, \code{\link{tidy.ts}} } +\concept{time series tidiers} diff --git a/man/tidy_irlba.Rd b/man/tidy_irlba.Rd index 508497537..4680283f0 100644 --- a/man/tidy_irlba.Rd +++ b/man/tidy_irlba.Rd @@ -82,3 +82,5 @@ Other list tidiers: \code{\link{glance_optim}}, Other svd tidiers: \code{\link{augment.prcomp}}, \code{\link{tidy.prcomp}}, \code{\link{tidy_svd}} } +\concept{list tidiers} +\concept{svd tidiers} diff --git a/man/tidy_optim.Rd b/man/tidy_optim.Rd index e5295a977..ddcf01160 100644 --- a/man/tidy_optim.Rd +++ b/man/tidy_optim.Rd @@ -61,3 +61,4 @@ Other list tidiers: \code{\link{glance_optim}}, \code{\link{list_tidiers}}, \code{\link{tidy_irlba}}, \code{\link{tidy_svd}}, \code{\link{tidy_xyz}} } +\concept{list tidiers} diff --git a/man/tidy_svd.Rd b/man/tidy_svd.Rd index 9e405bf2e..0ac18988d 100644 --- a/man/tidy_svd.Rd +++ b/man/tidy_svd.Rd @@ -118,3 +118,5 @@ Other list tidiers: \code{\link{glance_optim}}, \code{\link{list_tidiers}}, \code{\link{tidy_irlba}}, \code{\link{tidy_optim}}, \code{\link{tidy_xyz}} } +\concept{list tidiers} +\concept{svd tidiers} diff --git a/man/tidy_xyz.Rd b/man/tidy_xyz.Rd index 2e013ae7e..5349a86e3 100644 --- a/man/tidy_xyz.Rd +++ b/man/tidy_xyz.Rd @@ -58,3 +58,4 @@ Other list tidiers: \code{\link{glance_optim}}, \code{\link{list_tidiers}}, \code{\link{tidy_irlba}}, \code{\link{tidy_optim}}, \code{\link{tidy_svd}} } +\concept{list tidiers} diff --git a/tests/testthat/test-style.R b/tests/testthat/test-style.R deleted file mode 100644 index 9f1df1672..000000000 --- a/tests/testthat/test-style.R +++ /dev/null @@ -1,10 +0,0 @@ -context("style") - -skip_if_not_installed("lintr") - -test_that("passes lintr check", { - skip("Don't lint yet") - lintr::expect_lint_free() -}) - -# automate goodpractice tests? diff --git a/vignettes/adding-tidiers.Rmd b/vignettes/adding-tidiers.Rmd index cfddc7dfc..06e20f028 100644 --- a/vignettes/adding-tidiers.Rmd +++ b/vignettes/adding-tidiers.Rmd @@ -67,9 +67,9 @@ You should also be aware of the following helper functions: # Documenting new tidiers -All new tidiers should be fully documented following the [tidyverse code documentation guidelines](http://style.tidyverse.org/code-documentation.html). Documentation should use full sentences with appropriate punctation. Documentation should also contain at least one but potentially several examples of how the tidiers can be used. +All new tidiers should be fully documented following the [tidyverse code documentation guidelines](http://style.tidyverse.org/). Documentation should use full sentences with appropriate punctation. Documentation should also contain at least one but potentially several examples of how the tidiers can be used. -Documentation make use of [`rmarkdown`](https://cran.r-project.org/web/packages/roxygen2/vignettes/markdown.html). +Documentation should be written in R markdown as much as possible. There'll be a major overhaul of documentation later this summer, at which point this portion of the vignette will also get some major updates.