iterate(scape)
iterate()所属R语言包:scape
Get Candidate Sigmas and Sample Sizes
候选西格玛和样本量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compare current sigmas and sample sizes with candidate values, by running variations of estSigmaR, estN, and estSigmaI on all model components.
比较当前的逐步改善和样本量与候选人的值,通过运行estSigmaR,estN的变化,和estSigmaI所有的模型组件。
用法----------Usage----------
iterate(model, ceiling=Inf, p=1, digits.n=0, digits.sigma=2)
参数----------Arguments----------
参数:model
fitted scape model.
装scape模型。
参数:ceiling
largest possible sample size in one year, passed to estN.
尽可能大的样本量在一年内,通过estN。
参数:p
effective number of parameters estimated in the model, passed to estSigmaI.
有效的数量模型中的参数估计,通过estSigmaI。
参数:digits.n
number of decimal places to use when rounding sample sizes, or NULL to suppress rounding.
使用时,四舍五入的样本量,或NULL抑制四舍五入的小数位数。
参数:digits.sigma
number of decimal places to use when rounding sigmas, or NULL to suppress rounding.
使用时,四舍五入逐步改善,或NULL抑制四舍五入的小数位数。
值----------Value----------
List containing data frames summarizing current sigmas and sample sizes, as well as candidate values. The following abbreviations are used in column names:
列表总结当前的逐步改善和样本量,以及候选值的数据框。列名中使用了下列缩写:
sigmahatcandidate sigma, the empirical standard deviation.
sigmahatcandidate标准差,经验的标准偏差。
nhatcandidate sample sizes, the empirical multinomial sample sizes.
nhatcandidate大小不一样,多项样本量的经验。
candbarvector of candidate values, whose mean equals sigmahat or nhat.
candbarvector的候选值,其平均值等于sigmahat或nhat。
candmedvector of candidate values, whose median equals sigmahat or nhat.
candmedvector的候选值,它的中位数等于sigmahat或nhat。
candbar1vector of identical candidate values, the mean of nhat.
candbar1vector相同的候选值,nhat的平均值。
candmed1vector of identical candidate values, the median of nhat.
candmed1vector的候选值相同,中位数nhat。
参见----------See Also----------
getN, getSigmaI, getSigmaR, estN, estSigmaI, and estSigmaR extract and estimate sample sizes and sigmas.
getN,getSigmaI,getSigmaR,estN,estSigmaI和estSigmaR提取和估计的样本量和逐步改善。
iterate combines all the get* and est* functions in one call.
iterate将所有的get*和est*在一个呼叫的功能。
scape-package gives an overview of the package.
scape-package给出了一个概述的包。
实例----------Examples----------
iterate(x.cod)
iterate(x.ling)
iterate(x.oreo)
iterate(x.sbw)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|