Description Usage Arguments Value Methods (by class)
Get weights from a model object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## S3 method for class 'betareg'
getweights(m, x, ...)
## S3 method for class 'crch'
getweights(m, x, ...)
getweights(m, ...)
## Default S3 method:
getweights(m, ...)
## S3 method for class 'glm'
getweights(m, x, ...)
## S3 method for class 'svymnlogit'
getweights(m, ...)
## S3 method for class 'svyolr'
getweights(m, x, ...)
|
m |
the model object. |
x |
the population |
... |
other arguments to |
a vector of weights.
betareg
: betareg
crch
: crch
default
: default method
glm
: glm
svymnlogit
: svymnlogit
svyolr
: svyolr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.