Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

glance.summ

Broom extensions for summ objects


Description

These are functions used for compatibility with broom's tidying functions to facilitate use with huxreg, thereby making export_summs works.

Usage

## S3 method for class 'summ'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

## S3 method for class 'summ.lm'
glance(x, ...)

## S3 method for class 'summ.glm'
glance(x, ...)

## S3 method for class 'summ.svyglm'
glance(x, ...)

## S3 method for class 'summ.merMod'
glance(x, ...)

## S3 method for class 'summ.rq'
glance(x, ...)

Arguments

x

The summ object.

conf.int

Include confidence intervals? Default is FALSE.

conf.level

How wide confidence intervals should be, if requested. Default is .95.

...

Other arguments (usually ignored)

Value

A data.frame with columns matching those appropriate for the model type per glance documentation.

See Also


jtools

Analysis and Presentation of Social Scientific Data

v2.1.3
MIT + file LICENSE
Authors
Jacob A. Long [aut, cre] (<https://orcid.org/0000-0002-1582-6214>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.