Usage
lingini(Y, id = NULL, weight = NULL,
sort = NULL, Dom = NULL, period=NULL,
dataset = NULL, var_name="lin_gini")
Arguments
Y
Study variable (for example equalized disposable income). One dimensional object convertible to one-column data.frame
or variable name as character, column number or logical vector with only one TRUE
value (length of the vector h
id
Optional variable for unit ID codes. One dimensional object convertible to one-column data.frame
or variable name as character, column number or logical vector with only one TRUE
value (length of the vector has to be the same as
weight
Optional weight variable. One dimensional object convertible to one-column data.frame
or variable name as character, column number or logical vector with only one TRUE
value (length of the vector has to be the same as the column
sort
Optional variable to be used as tie-breaker for sorting. One dimensional object convertible to one-column data.frame
or variable name as character, column number or logical vector with only one TRUE
value (length of the vector ha
Dom
Optional variables used to define population domains. If supplied, linearization of the GINI is done for each domain. An object convertible to data.frame
or variable names as character vector, column numbers or logical vector (length of the v
period
Optional variable for survey period. If supplied, linearization of the GINI is done for each time period. Object convertible to data.frame
or variable names as character, column numbers or logical vector (length of the vector has to be the sa
dataset
Optional survey data object convertible to data.frame
.
var_name
A character specifying the name of the linearized variable.