Allowed column names in tidied tibbles

column_glossary

Format

A tibble with 4 variables:

method

One of "glance", "augment" or "tidy".

column

Character name of allowed output column.

description

Character description of expected column contents.

used_by

A list of character vectors detailing the classes that use the column when tidied. For example c("Arima", "betareg").

Examples

column_glossary
#> # A tibble: 33 x 4 #> method column description used_by #> <chr> <chr> <chr> <list> #> 1 glance sigma "" <chr [1]> #> 2 glance logLik "" <chr [2]> #> 3 glance AIC "" <chr [3]> #> 4 glance BIC "" <chr [2]> #> 5 glance pseudo.r.squared "" <chr [1]> #> 6 glance df.residual "" <chr [1]> #> 7 glance df.null "" <chr [1]> #> 8 glance r.squared "" <chr [1]> #> 9 glance deviance "" <chr [1]> #> 10 glance power "" <chr [1]> #> # … with 23 more rows