MgsaResults-class(mgsa)
MgsaResults-class()所属R语言包:mgsa
Results of an MGSA analysis
的MGSA分析结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The results of an MGSA analysis.
的MGSA分析结果。
插槽----------Slots----------
populationSize: (numeric) The number of items in the population.
populationSize(numeric)人口中的项目数。
studySetSizeInPopulation: (numeric) The number of items both in the study set and in the population.
studySetSizeInPopulation:(numeric)的项目,无论是在研究组和人口的数量。
alphaPost: (data.frame) with columns value, estimate and std.error.
alphaPost:(data.frame)与列value,estimate和std.error。
betaPost: (data.frame) with columns value, estimate and std.error.
betaPost:(data.frame)与列value,estimate和std.error。
pPost: (data.frame) with columns value, estimate and std.error.
pPost:(data.frame)与列value,estimate和std.error。
setsResults: (data.frame) with columns inPopulation, inStudySet, estimate and std.error.
setsResults:(data.frame)与列inPopulation,inStudySet,estimate和std.error。
The columns of the slots alphaPost, betaPost, and pPost contains a realization value, its posterior estimate and standard error for the parameters alpha, beta and p respectively.
插槽列alphaPost,betaPost,pPost包含了一个实现价值,它的后验估计参数α,β和p分别为标准错误。
The columns of the slot setsResults contains the number of items of the set in the population, the number of items of the set in the study set, the estimate of its marginal posterior probability and its standard error. The rownames are the names of the sets if available.
插槽setsResults列包含的设置项目中的人口数量,项目组研究组,其边际后验概率和标准错误的估计数。 rownames如果有套名称。
Because an MgsaResults is the outcome of an MGSA analysis (see mgsa), accessors but no replacement methods exist for each slot.
因为MgsaResults的MGSA分析的结果(见mgsa),每个插槽存取,但没有更换方法存在。
方法----------Methods----------
populationSize
populationSize
studySetSizeInPopulation
studySetSizeInPopulation
alphaPost
alphaPost
betaPost
betaPost
pPost
pPost
setsResults
setsResults
show signature( = "MgsaResults"): Show an MgsaResults.
showsignature( = "MgsaResults"):显示MgsaResults。
plot signature( = "MgsaResults"): Plot method for MgsaResults objects
plotsignature( = "MgsaResults"):为MgsaResults对象的绘图方法
参见----------See Also----------
mgsa
mgsa
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|