Skip to contents

This method calls broom's ordinary lm glance method and removes the model-level p.value by default.

Usage

# S3 method for class 'honest_lm'
glance(x, ..., p_values = NULL)

Arguments

x

An honest_lm object.

...

Passed to broom::glance().

p_values

Optional p-value policy. See honest_lm().

Value

A tibble when broom is installed.