add_signif_col: Add a significance column

Description Usage Arguments Details Value

View source: R/broom.R

Description

Add a significance column to the output of broom::tidy().

Usage

1
add_signif_col(data = NULL, col_out = "signif")

Arguments

data

data.frame.

col_out

character for SE version; symbol for NSE version. Name of significance column in data added to output.

Details

This function adds the stars column seen in the output of a call to stats::summary() for a fitted model object. The input to this function should be the output from broom::tidy(). As an alternative, one may simply call teml::tidy_fit_pretty(), which calls broom::tidy().

Value

data.frame.


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