vim.approxPval(logicFS)
vim.approxPval()所属R语言包:logicFS
Approximate P-Value Based Importance Measure
近似P值基于重要性的评估
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the importances based on an approximation to a t- or F-distribution.
计算的T或F-分布近似为基础的重要性。
用法----------Usage----------
vim.approxPval(object, version = 1, adjust = "bonferroni")
参数----------Arguments----------
参数:object
an object of class logicFS which contains the values of standardized importances. Only in the linear regression case, the importances in object are allowed to be non-standardized.
一个对象类logicFS其中包含标准化的重要性值。线性回归的情况下,只有在,object的的重要性是允许非标准化。
参数:version
either 1 or 2. If 1, then the importance measure is computed by 1 - padj, where padj is the adjusted p-value. If 2, the importance measure is determined by -log10(padj), where a raw p-value equal to 0 is set to 1 / (10 * n.perm) to avoid infinitive importances.
无论是1或2。如果1,那么的重要措施是由1 - padj计算,其中padj是调整p值。如果2“的重要措施被确定通过的LOG10(padj)的,在原始的p值等于0设置为1 /(10 *n.perm),以避免不定式的重要性。
参数:adjust
character vector naming the method with which the raw permutation based p-values are adjusted for multiplicity. If "qvalue", the function qvalue.cal from the package siggenes is used to compute q-values. Otherwise, p.adjust is used to adjust for multiple comparisons. See p.adjust for all other possible specifications of adjust. If "none", the raw p-values will be used.
特征向量命名原始置换的p值与多重调整的方法。如果"qvalue",功能qvalue.cal从包siggenes用于计算Q值。否则,p.adjust是用来调整多重比较。看到p.adjust所有adjust的其他可能的规格。如果"none",原材料的P-值将用于。
值----------Value----------
An object of class logicFS containing the same object as object except for
一个类的对象logicFS含有相同的除了object的对象
参数:vim
the values of the importance measure based on an approximation to the t- or F-distribution,
基于一个近似的重要性措施的T或F-分布值,
参数:measure
the name of the used importance measure,
所使用的重要性措施的名称,
参数:threshold
0.95 if version = 1, and -log10(0.05) if version = 2.
如果0.95 version = 1,LOG10(0.05)如果version = 2。
作者(S)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schwender@udo.edu">holger.schwender@udo.edu</a>
参考文献----------References----------
Biostatistics, 12, 18-32.
参见----------See Also----------
logic.bagging, logicFS, vim.input, vim.set, vim.permSet
logic.bagging,logicFS,vim.input,vim.set,vim.permSet
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|