arpt(laeken)
arpt()所属R语言包:laeken
At-risk-of-poverty threshold
在风险的贫困线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate the at-risk-of-poverty threshold. The standard definition is to use 60% of the weighted median equivalized disposable income.
估计风险的扶贫阈值。标准的定义是使用的的加权平均equivalized的可支配收入的60%。
用法----------Usage----------
arpt(inc, weights = NULL, sort = NULL, years = NULL,
data = NULL, p = 0.6, na.rm = FALSE)
参数----------Arguments----------
参数:inc
either a numeric vector giving the equivalized disposable income, or (if data is not NULL) a character string, an integer or a logical vector specifying the corresponding column of data.
无论是一个数值向量提供的equivalized的的可支配收入,或(如果data非NULL)一个字符串,整数或逻辑向量,指定相应列的data的。
参数:weights
optional; either a numeric vector giving the personal sample weights, or (if data is not NULL) a character string, an integer or a logical vector specifying the corresponding column of data.
可选的,可以是数字矢量给个人的样本权重,或(如果data是非NULL)一个字符串,整数或逻辑向量,指定相应列的data的。
参数:sort
optional; either a numeric vector giving the personal IDs to be used as tie-breakers for sorting, or (if data is not NULL) a character string, an integer or a logical vector specifying the corresponding column of data.
可选的,可以是数字矢量提供个人ID被用作领带断路器进行排序,或(如果data是非NULL)的字符串,整数或逻辑向量指定相应的列data。
参数:years
optional; either a numeric vector giving the different years of the survey, or (if data is not NULL) a character string, an integer or a logical vector specifying the corresponding column of data. If supplied, values are computed for each year.
可选的,可以是数字矢量给予不同年份的调查,或(如果data是非NULL)字符串,整数或逻辑向量,指定相应的列data 。如果提供的值计算每年。
参数:data
an optional data.frame.
一个可选的data.frame。
参数:p
a numeric value in [0,1] giving the percentage of the weighted median to be used for the at-risk-of-poverty threshold.
一个数值在[0,1]给予被用于在风险贫穷阈值的加权中位数百分比。
参数:na.rm
a logical indicating whether missing values should be removed.
逻辑表明缺失的值是否应该被删除。
Details
详细信息----------Details----------
The implementation strictly follows the Eurostat definition.
实施严格按照欧盟统计局的定义。
值----------Value----------
A numeric vector containing the value(s) of the at-risk-of-poverty threshold is returned.
返回值(S)处于危险的贫困线是一个数值向量。
(作者)----------Author(s)----------
Andreas Alfons
参考文献----------References----------
Conditions (2004) Common cross-sectional EU indicators based on EU-SILC; the gender pay gap. EU-SILC 131-rev/04, Eurostat.
参见----------See Also----------
arpr, incMedian, weightedMedian
arpr,incMedian,weightedMedian
实例----------Examples----------
data(eusilc)
arpt("eqIncome", weights = "rb050", data = eusilc)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|