metahdep.other(metahdep)
metahdep.other()所属R语言包:metahdep
metahdep.other
metahdep.other
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Miscellaneous functions used internally by the metahdep package's main functions (metahdep, metahdep.FEMA, metahdep.REMA, metahdep.HBLM, and metahdep.format):
内部使用的metahdep包的主要功能的杂项功能(metahdep,metahdep.FEMA,metahdep.REMA,metahdep.HBLM,metahdep.format):
作者(S)----------Author(s)----------
John R. Stevens, Gabriel Nicholas
参考文献----------References----------
Bioinformatics, 25(19):2619-2620.
Journal of Educational and Behavioral Statistics, 34(1):46-73.
举例----------Examples----------
## Create the M matrix for the glossing example[#创建粉饰例如M矩阵]
## - here, studies 2-5 are one hierarchically dependent group (Baumann),[ - 在这里,研究2-5是一个层次依赖组(鲍曼),]
## and studies 10-12 are another hierarchically dependent group (Joyce)[#和研究10-12是另一个层次依赖组(乔伊斯)]
data(gloss)
dep.groups <- list(c(2:5),c(10:12))
M <- get.M(length(gloss.theta),dep.groups)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|