Description Usage Arguments Value Methods (by class)
The default method returns class(x)
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ## S3 method for class 'clm'
kind(x, ...)
## S3 method for class 'crch'
kind(x, ...)
## Default S3 method:
kind(x, ...)
## S3 method for class 'glm'
kind(x, ...)
## S3 method for class 'lm'
kind(x, ...)
## S3 method for class 'svymnlogit'
kind(x, ...)
## S3 method for class 'svyolr'
kind(x, ...)
kind(x, ...)
|
x |
A model object. |
... |
Ignored in the default implementation which returns |
a character vector.
clm
: "ordinal"
crch
: "censored"
default
: The method for otherwise unhandled objects.
glm
: GLM
lm
: "OLS"
svymnlogit
: "multinomial"
svyolr
: "ordinal"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.