make.sample.pop(vacem)
make.sample.pop()所属R语言包:vacem
Generates a sample survey population with ages uniformly distributed...
生成的抽样调查人口年龄分布均匀...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a sample survey population with ages uniformly distributed in the specified range, (@p age.low, @p age.high), and all assigned
生成的抽样调查人口年龄均匀分布在指定的范围内,(@ P age.low,@ P age.high),和所有已分配的
用法----------Usage----------
make.sample.pop(N, age.low, age.high, date)
参数----------Arguments----------
参数:N
the number of samples, i.e. population size
的样本数,即人口规模
参数:age.low
the minimum age (in months) for the sample population
样本人口的最低年龄(月)
参数:age.high
the maximum age (in months) for the sample population
最大年龄(以月为单位)的人口样本
参数:date
the observation date to use for all samples </table>
观察日,所有样品的</ TABLE>
值----------Value----------
a @c data.frame with @p N rows and two columns: @c date and @c age
一个@ C @ P N行两列的数据框:@ C日期和@ C年龄
@see runif
@见runif
注意----------Note----------
The lower and upper age limits will not be generated. This function uses @coderunif to generate age values and @c runif does not generate either extreme unless @code low = high
年龄上限和下限的限制将不会产生。此功能使用@ coderunif的年龄值和@ C runif不会产生这两种极端情况,除非@代码低=高
注意----------Note----------
If @p age.high < @p age.low, all generated ages will be @c NaN.
如果@ P age.high <@ P age.low,所有年龄@ C为NaN。
实例----------Examples----------
N <- 10
dates <- c( "2005-05-01" ,"2007-07-02", "2009-09-03" )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|