sumer: Tidily summarize a model, with metadata.

Description Usage Arguments Value Methods (by class)

View source: R/wickr.R

Description

The default method mostly wraps functions from broom.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## S3 method for class 'clm'
sumer(x, margins = FALSE, ...)

## Default S3 method:
sumer(x, margins = FALSE, ...)

## S3 method for class 'gilez'
sumer(x, margins = FALSE, h_0 = 0, ...)

## S3 method for class 'glm'
sumer(x, margins = FALSE, ...)

## S3 method for class 'list'
sumer(x, margins = FALSE, ...)

## S3 method for class 'lm'
sumer(x, margins = FALSE, vcov. = stats::vcov, ...)

## S3 method for class 'sumer'
sumer(x, margins = FALSE, ...)

## S3 method for class 'svymnlogit'
sumer(x, margins = FALSE, ...)

## S3 method for class 'svyolr'
sumer(x, margins = FALSE, ...)

## S3 method for class 'tbl'
sumer(x, margins = FALSE, .depth = 0, ...)

sumer(x, margins = FALSE, ...)

Arguments

x

A model object.

margins

logical. Serve up marginal effects from package margins-package? Default FALSE (output regression coefficients).

...

Ignored in the default method.

h_0

numeric value of the pointlike null hypothesis. Default 0.

vcov.

a specification of the covariance matrix. See coeftest for details.

.depth

integer. Levels from top of nested list of objects. Default 0.

Value

A data.frame with an added attribute or three.

Methods (by class)


deepfriar/wickr documentation built on Dec. 19, 2021, 10:09 p.m.