linarpt(inc, id = NULL, weight = NULL,
sort = NULL, Dom = NULL, period = NULL,
dataset = NULL, percentage = 60,
order_quant=50, na.rm = FALSE,
var_name="lin_arpt")data.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vectordata.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 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 data.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vector hadata.frame or variable names as character vector, column numbers or logicaldata.frame or variable names as character, column numbers or logical vector (length of thedata.frame.data.frame containing the estimated value of the quintale used for at-risk-of-poverty threshold estimation.data.frame containing the estimated at-risk-of-poverty threshold (in percentage).data.frame containing the linearized variables of the poverty threshold (in percentage).linarpr, incPercentile, varpoorddata(eusilc)
dati=data.frame(1:nrow(eusilc),eusilc)
colnames(dati)[1]<-"IDd"
d<-linarpt("eqIncome", id="IDd", weight = "rb050", Dom = NULL,
dataset = dati, percentage = 60, order_quant=50, na.rm = FALSE)
dd<-linarpt("eqIncome", id="IDd", weight = "rb050", Dom = "db040",
dataset = dati, percentage = 60, order_quant=50, na.rm = FALSE)Run the code above in your browser using DataLab