linqsr(inc, id=NULL, weight=NULL, sort = NULL,
Dom = NULL, period=NULL, dataset = NULL,
alpha = 20, na.rm = FALSE, var_name="lin_qsr")dataset is not NULL)
a character string, an integer or a logical vector
(length is the same as 'datasetdataset is not NULL) a character string,
an integer or a logical vector (length is the same as
'dataset' columdataset is not NULL) a
character string, an integer or a logical vector (length
is the same as 'datdataset
is not NULL) a character string, an integer or a
logical vectordataset is not NULL) character strings,
integers or a logical vectors (length is the same as
'dataset' column count)dataset is not NULL) character strings,
integers or a logical vectors (length is the same as
'dataset' column coundata.frame.data.frame containing the estimate(s)
the income quintile share ratio coeffients (in percentage)
by domain, or (if Dom is NULL) totals, using
Osier definition and Eurostat definition.data.frame containing the values of
linearized variables of the income quintile share ratio
(in precentage) by domains or (if Dom is NULL)
totals.incPercentile, varpoord,
lingini, , lingini2, var_srsdata(eusilc)
dati <- data.frame(1:nrow(eusilc),eusilc)
colnames(dati)[1] <- "IDd"
dd<-linqsr("eqIncome", id="IDd", weight="rb050", Dom = "db040",
dataset= dati, alpha=20, na.rm = FALSE)
dd$valueRun the code above in your browser using DataLab