N-V-Vm.tfl(zipfR)
N-V-Vm.tfl()所属R语言包:zipfR
Access Methods for Type Frequency Lists (zipfR)
访问方法类型频率列表(zipfR)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the sample size (N.tfl) and vocabulary size (V.tfl) of the type frequency list represented by a tfl object, as well as class sizes (Vm.tfl) of the corresponding frequency spectrum.
返回的样本大小(N.tfl)和词汇量的大小(V.tfl)的类型频率列表代表一个tfl对象,以及班级规模(Vm.tfl)相应的频率的频谱。
Note that these functions are not user-visible. They can be called implicitly through the generic methods N, V and Vm, applied to an object of type tfl.
需要注意的是,这些功能是用户不可见。他们可以通过隐式调用泛型方法N,V和Vm,适用的对象类型tfl。
用法----------Usage----------
## S3 method for class 'tfl'
N(obj, ...)
## S3 method for class 'tfl'
V(obj, ...)
## S3 method for class 'tfl'
Vm(obj, m, ...)
参数----------Arguments----------
参数:obj
an object of class tfl, representing an observed type frequency list
一个对象的类tfl,观察到的类型频率列表
参数:m
non-negative integer value determining the frequency class m to be returned
非负整数的值确定的频率类m返回
参数:...
additional arguments passed on from generic method will be ignored
从泛型方法传递额外的参数将被忽略
Details
详细信息----------Details----------
Only a single value is allowed for m, which may also be 0. In order to obtain multiple class sizes V_m, convert the type frequency list to a frequency spectrum with tfl2spc first.
只有一个单一的值是被允许为的m,它也可以是0。为了获得多个班级规模V_m“的类型转换频率列表频谱tfl2spc第一。
For an incomplete type frequency list, Vm.tfl will return NA if m is outside the range of listed frequencies (i.e. for m < f.min or m > f.max).
对于一个不完整的类型频率列表,Vm.tfl将返回NA如果m是外上市的频率范围内(即m < f.min或m > f.max的)。
值----------Value----------
N.tfl returns the sample size N, V.tfl returns the vocabulary size V (or expected vocabulary size E[V]), and Vm.tfl returns the number of types that occur exactly m times in the sample, i.e. the class size V_m.
N.tfl返回样本量N,V.tfl返回词汇量的大小V(或预期的词汇量的大小E[V]),和Vm.tfl返回的数量完全m次样本中出现的类型,即每班的学生人数V_m。
参见----------See Also----------
N, V, Vm for the generic methods and links to other implementations
N,V,Vm的一般方法和链接到其他的实现
tfl for details on type frequency list objects and links to other relevant functions
tfl型频率列表对象的详细信息,并链接到其他相关的功能
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|