get.model.spec(CNVtools)
get.model.spec()所属R语言包:CNVtools
Get model specifications (internal function)
获得型号规格(内部功能)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Internal function to parse the formulas and extract codes for the model, as well as number of parameters
内部功能解析公式和模型中提取的代码,以及参数的数目
用法----------Usage----------
get.model.spec(model.component, model.mean, model.var, model.nu, design.matrix.mean, design.matrix.variance, ncomp, nbatch)
参数----------Arguments----------
参数:model.component
参数:model.mean
参数:model.var
参数:model.nu
参数:design.matrix.mean
参数:design.matrix.variance
参数:ncomp
参数:nbatch
值----------Value----------
A list with two components: model code and number of parameters of the model.
模型代码和模型参数:一个带有两个组件列表。
作者(S)----------Author(s)----------
Vincent Plagnol and Chris Barnes
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|