This function obtains the missing data patterns and the number of cases in each patterns. It also tells the number of observed variables and their indices for each pattern.
此功能获得丢失的数据模式和数量的情况下,在每一个模式。它也告诉每个模式观察到的变量和指标的数量。
用法----------Usage----------
rsem.pattern(x, print=TRUE)
参数----------Arguments----------
参数:x
A matrix as data
矩阵作为数据
参数:print
Whether to print the missing data pattern. The default is TRUE.
无论是打印丢失的数据模式。默认值是TRUE。
Details
详细信息----------Details----------
The missing data pattern matrix has 2+p columns. The first column is the number cases in that pattern. The second column is the number of observed variables. The last p columns are a matrix with 1 denoting observed data and 0 denoting missing data.
丢失的数据模式矩阵2 + p列。第一列是在该图案的数量例。第二列是观测变量的数量。的最后的p列是1,指示观察到的数据和0表示丢失的数据的矩阵。
值----------Value----------
参数:x
Data ordered according to missing data pattern
数据按丢失的数据模式
参数:misinfo
Missing data pattern matrix
丢失的数据模式矩阵
参数:mispat
Missing data pattern in better readable form.
缺少数据模式,更好的可读的形式。