sinUG(SIN)
sinUG()所属R语言包:SIN
SIN for undirected graphs
单无向图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the matrix of simultaneous p-values for SIN model selection for undirected (or concentration) graphs.
此函数计算矩阵的同时对单值模型选择无向(或浓度)图。
用法----------Usage----------
sinUG(S,n,holm=TRUE)
参数----------Arguments----------
参数:S
a covariance or correlation matrix.
的协方差矩阵或相关矩阵。
参数:n
the sample size.
样本大小。
参数:holm
Boolean variable indicating whether Holm's p-value adjustment should be used (holm=TRUE) or not (holm=FALSE).
布尔变量,表示Holm的p-值调整是否应使用(霍尔姆= TRUE)或(霍尔姆= FALSE)。
值----------Value----------
A matrix of simultaneous p-values with NA on the diagonal.
同时NA对角线上的p-值的矩阵。
参考文献----------References----------
Drton, M. \& Perlman, M.D. (2004) Model Selection for Gaussian Concentration Graphs. Biometrika 91(3): 591-602. <br><br> Drton, M. \& Perlman, M.D. (2008) A SINful Approach to Gaussian Graphical Model Selection. J. Statist. Plann. Inference 138(4): 1179-1200.
参见----------See Also----------
plotUGpvalues
plotUGpvalues
实例----------Examples----------
data(fowlbones)
sinUG(fowlbones$corr,fowlbones$n)
sinUG(fowlbones$corr,fowlbones$n, holm=FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|