tidy_fit_pretty: Custom wrapper for 'broom::tidy()'

Description Usage Arguments Details Value

View source: R/broom.R

Description

Calls broom::tidy() and modifies the output.

Usage

1
tidy_fit_pretty(data = NULL, n_digits = getOption("digits"))

Arguments

data

data.frame.

n_digits

integer. Number of columns to round numeric columns. This is useful because the values in the p.value column may be very small, leading to extremely \"wide\" output.

Details

This function calls broom::tidy() then modifies the output of by adding a significance column (with teml::add_signif_col(), truncating numeric output columns, coercing to a tibble, and arranging by ascending p.value.

Value

tibble.


tonyelhabr/teml documentation built on May 4, 2019, 12:57 a.m.