getweights: Get weights from a model object

Description Usage Arguments Value Methods (by class)

View source: R/getweights.R

Description

Get weights from a model object

Usage

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

Arguments

m

the model object.

x

the population

...

other arguments to weights or to methods.

Value

a vector of weights.

Methods (by class)


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