Description Usage Arguments Value Methods (by class)
The default method mostly wraps functions from broom
.
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, ...)
|
x |
A model object. |
margins |
logical. Serve up marginal effects from package |
... |
Ignored in the default method. |
h_0 |
numeric value of the pointlike null hypothesis. Default |
vcov. |
a specification of the covariance matrix. See |
.depth |
integer. Levels from top of nested list of objects. Default |
A data.frame
with an added attribute or three.
clm
: clm
default
: The method for otherwise unhandled objects.
gilez
: simulation results from gilez
, which are always tall
glm
: GLM
list
: Unrolls lists of objects to be tidily summarized.
lm
: OLS
sumer
: Idempotent method.
svymnlogit
: svymnlogit
svyolr
: svyolr
tbl
: tibbles with list columns of models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.