Description Usage Arguments Value Methods (by class)
The default method returns as.list(glance(x))
.
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 'amce'
ascribe(x, ...)
## S3 method for class 'betareg'
ascribe(x, ...)
## S3 method for class 'clm'
ascribe(x, ...)
## S3 method for class 'crch'
ascribe(x, ...)
## Default S3 method:
ascribe(x, ...)
## S3 method for class 'glm'
ascribe(x, ...)
## S3 method for class 'lm'
ascribe(x, vcov. = NULL, vcov_name = deparse(substitute(vcov.)), ...)
## S3 method for class 'svyglm'
ascribe(x, ...)
## S3 method for class 'svymnlogit'
ascribe(x, ...)
## S3 method for class 'svyolr'
ascribe(x, ...)
ascribe(x, ...)
|
x |
A model object. |
... |
Ignored in the default implementation which returns |
vcov. |
a specification of the covariance matrix. See |
vcov_name |
character. A name to call the covariance matrix. Default |
a list.
amce
: only number of respondents is clearly available
betareg
: residual df, AIC, BIC, link, and n
clm
: residual df, AIC, BIC, link, and n
crch
: AIC, BIC, n, and link
default
: The method for otherwise unhandled objects.
glm
: GLM
lm
: OLS
svyglm
: survey GLM
svymnlogit
: only the link function ("logit")
svyolr
: residual df, deviance, link, and n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.