extractVectorNames(simsem)
extractVectorNames()所属R语言包:simsem
Extract a vector of parameter names based on specified elements
提取指定元素的基础上的向量参数名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract a vector of parameter names based on specified elements
提取指定元素的基础上的向量参数名称
用法----------Usage----------
extractVectorNames(columnName, keep=NULL)
参数----------Arguments----------
参数:columnName
A name representing vector elements (e.g., TY2) that will be used to be extracted
的名称表示,将用于以被提取的矢量元素(例如,TY2)
参数:keep
The elements of the vector that we need to keep
我们需要不断的元素的向量,
值----------Value----------
A list that contains: 1) columnName: Original element names and 2) newName: Reordered element names.
一个列表,其中包含:1)columnName的:原始元素名和2)newName的的:重新排序的元素名称。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
实例----------Examples----------
# The function is not public[该功能是不公开]
#vec <- c("TY1", "TY2", "TY3", "TY4", "TY5", "TY6", "TY7")[向量< - C(“TY1”,“TY2”,“TY3系列”,“TY4”,“TY5”,“TY6”中,“TY7”)]
#extractVectorNames(vec, 5:6)[extractVectorNames(向量,5:6)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|