找回密码
 注册
查看: 321|回复: 0

R语言 sampling包 inclusionprobabilities()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 21:48:37 | 显示全部楼层 |阅读模式
inclusionprobabilities(sampling)
inclusionprobabilities()所属R语言包:sampling

                                        Inclusion probabilities
                                         包含概率

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Computes the first-order inclusion probabilities from a vector of positive numbers  (for a probability proportional-to-size sampling design).
计算一阶包含概率从正数(成比例的概率尺寸取样设计)的矢量。


用法----------Usage----------


inclusionprobabilities(a,n)



参数----------Arguments----------

参数:a
vector of positive numbers.
正数的矢量。


参数:n
sample size.
样本大小。


参见----------See Also----------

inclusionprobastrata
inclusionprobastrata


实例----------Examples----------


############[###########]
## Example 1[#示例1]
############[###########]
# a vector of positive numbers[正数的矢量]
a=1:20
# computation of the inclusion probabilities for a sample size n=12[计算包含概率样本大小n = 12的]
pik=inclusionprobabilities(a,12)
pik
############[###########]
## Example 2[#示例2]
############[###########]
# Computation of the inclusion probabilities proportional to the number [的数目成比例的包含概率计算]
# of inhabitants in each municipality of the Belgian database.[比利时的数据库每个城市的居民。]
data(belgianmunicipalities)
pik=inclusionprobabilities(belgianmunicipalities$Tot04,200)
# the first-order inclusion probabilities for each municipality[一阶包含概率的各城市]
data.frame(pik=pik,name=belgianmunicipalities$Commune)
# the inclusion probability sum is equal to the sample size[列入概率总和等于样本大小]
sum(pik)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 04:43 , Processed in 0.027269 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表