ascribe: Model statistics.

Description Usage Arguments Value Methods (by class)

View source: R/wickr.R

Description

The default method returns as.list(glance(x)).

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 '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, ...)

Arguments

x

A model object.

...

Ignored in the default implementation which returns NA.

vcov.

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

vcov_name

character. A name to call the covariance matrix. Default deparse(substitute(vcov.)).

Value

a list.

Methods (by class)


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