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_lmobject.- ...
Passed to
broom::glance().- p_values
Optional p-value policy. See
honest_lm().