coltheart.N(vwr)
coltheart.N()所属R语言包:vwr
译者:生物统计家园网 机器人LoveR
描述----------Description----------
用法----------Usage----------
coltheart.N(sources, targets, multicore = FALSE,
distance = 1, method = "Hamming")
参数----------Arguments----------
参数:sources
a list of words for which Coltheart's N should be computed. Must be of type character, or convertible to type character with as.character.
列表的话Coltheart的N应计算。必须是类型character,或转换为键入characteras.character。
参数:targets
a list of words containing possible neighbors. Must be of type character, or convertible to type character with as.character.
字,其中有可能邻居的列表。必须是类型character,或转换为键入characteras.character。
参数:multicore
with multicore=TRUE, function will run on multiple cores simultaneously.
在多核= TRUE,函数将在多个内核上同时运行。
参数:distance
specifies the distance on which N should be based. This should be left to 1 to compute the original measure.
其中N应根据指定的距离。这应为1来计算原始的措施。
参数:method
with method="Hamming", compute N based on the hamming.distance, with method="Levenshtein", compute N based on the levenshtein.distance
与方法=“海明”,计算Nhamming.distance,使用方法=“莱文斯坦”,计算N的基础上的levenshtein.distance
值----------Value----------
An integer vector with names corresponding to sources.
的整数向量源对应的名字。
(作者)----------Author(s)----------
Emmanuel Keuleers
参考文献----------References----------
Coltheart, M., Davelaar, E., Jonasson, J. T., & Besner, D. (1977). Access to the internal lexicon. Attention and performance VI, 535鈥 |