S4 class describing a dimVar-object
S4级描述一个dimVar的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An object of class dimVar holds all necessary information about a single dimensional variable such as original and standardized codes, the level-structure, the hierarchical structure, codes that may be (temporarily) removed from building the complete hierarchy (dups) and their corresponding codes that correspond to these duplicated codes.
一个对象的类dimVar的拥有所有必要的信息的一维变量,如原始和标准化的代码,结构,层次结构,代码可能(暂时)从建立完整的层次结构(DUPS)和它们相应的代码,对应于这些重复的代码。
Details
详细信息----------Details----------
slot codesOriginal: a character
插槽codesOriginal:一个字符
slot codesDefault: a character vector (or
插槽codesDefault:一个字符向量(或
codesMinimal:</dt> a logical vector (or NULL) defining if a code is required to build the complete hierarchy or
codesMinimal:</ dt的逻辑向量(或NULL),如果代码是为了建立完整的层次结构或
vName:</dt> character vector of length 1 (or NULL)
vName:</ dt的>字符长度为1的向量(或NULL)
slot levels: a numeric vector (or NULL) defining the level structure. For each code the corresponding level is listed with the grand-total always
插槽levels:一个数值向量(或NULL)定义的层次结构。对于每个代码对应的水平列的总计始终
slot structure: a numeric vector (or NULL) with length of the total number of levels. Each element shows how many digits the i-th level allocates within the standardized codes (note: level 1 always allocates exactly 1 digit in the standardized
插槽structure:一个数值向量(或NULL),长度总数的水平。每个元素都显示多少位内的第i个分配的标准代码(注:1级分配正好是1位数的标准化
slot dims: a list (or NULL) defining the hierarchical structure of the dimensional variable. Each list-element is a character vector with elements available in slot codesDefault and the first element always being a (sub)total and the remaining elements being the codes that contribute to the
槽dims:定义的层次结构的二维变量的列表(或NULL)。每个列表元素是一个字符向量的元素在插槽codesDefault和始终是一个总量和剩余的元素(次)的第一个元素的代码,有助于
slot dups: character vector (or NULL) having showing original codes that are duplicates in the hierarchy and can temporarily removed when
插槽dups:字符向量(或NULL)显示在层次结构中是重复的,可以暂时删除时的原代码
slot dupsUp: character vector (or NULL) with original codes that are the corresponding upper-levels to the codes that may be removed because they are duplicates and that are listed in slot
插槽dupsUp:字符向量(或NULL)原代码是对应上的代码可能会被删除,因为它们是重复的,列出的插槽
注意----------Note----------
objects of class dimVar form the base for elements in slot dimInfo of class dimInfo.
类的对象dimVar元素的基础在插槽dimInfo类dimInfo。
(作者)----------Author(s)----------
Bernhard Meindl <a href="mailto:bernhard.meindl@statistik.gv.at">bernhard.meindl@statistik.gv.at</a>