getMobiusCapacities(RXMCDA)
getMobiusCapacities()所属R语言包:RXMCDA
Get Mobius capacities
莫比乌斯能力
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets Mobius capacities, stored in the <criteriaValues> tag, from an XML tree written according to the XMCDA standard.
获取的莫比乌斯能力,存储在<criteriaValues>标签,从XML树的XMCDA标准编写的。
用法----------Usage----------
getMobiusCapacities(tree, criteriaIDs, numberOfCriteria, kadditivity, mcdaConcept = NULL)
参数----------Arguments----------
参数:tree
Object containing the XMCDA XML tree.
Object,包含XMCDAXML树。
参数:criteriaIDs
A vector containing the IDs of the criteria to be considered for the extractions.
的提取物被认为是一个向量,包含标准的ID。
参数:numberOfCriteria
The total number of criteria to be considered.
的总数标准加以考虑。
参数:kadditivity
The level of k-additivity to be considered.
要考虑的k相加水平。
参数:mcdaConcept
A string containing the specific mcdaConcept attribute which should be searched for.
一个字符串,其中包含的具体mcdaConcept属性应搜索。
值----------Value----------
The function returns a list structured as follows:
该函数返回一个列表结构如下:
参数:–
The first elements contain the <criteriaValues> found in <tree> as capacities (see kappalab package for details). These elements are named according to the mcdaConcept attribute if it can be found.
第一个元素包含的<criteriaValues>发现<tree>作为能力(见kappalab包的详细信息)。这些元素的命名是根据mcdaConcept属性,如果可以找到。
参数:status
Either OK if all the <criteriaValues> tags could be correctly read, or the description of the error.
无论是OK的,如果所有的<criteriaValues>标签可以正确读出,或对错误的描述。
实例----------Examples----------
tree <- xmlTreeParse(system.file("extdata","testFile.xml",package="RXMCDA"), useInternalNodes=TRUE)
critIDs <- getCriteriaIDs(tree)
capa <- getMobiusCapacities(tree, critIDs[[1]], 5, 5, mcdaConcept="mobiusCapacity")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|