impSeq(rrcovNA)
impSeq()所属R语言包:rrcovNA
Sequential imputation of missing values
连续归集的遗漏值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Impute missing multivariate data using sequential algorithm
填补缺失多元数据的使用顺序算法
用法----------Usage----------
impSeq(x)
参数----------Arguments----------
参数:x
the original incomplete data matrix. </table>
原来不完整的数据矩阵。 </ TABLE>
Details
详细信息----------Details----------
SEQimpute starts from a complete subset of the data set Xc and estimates sequentially the missing values in an incomplete observation, say x*, by minimizing the determinant of the covariance of the augmented data matrix X* = [Xc; x']. Then the observation x* is added to the complete data matrix and the algorithm continues with the next observation with missing values.
SEQimpute从一个完整的数据集的子集Xc,估计在一个不完整的观察顺序的遗漏值,说X *,增强数据的协方差矩阵的行列式最小化X * = [ Xc的等,x]。然后观察x *是添加到完整的数据矩阵和算法继续具有缺失值的下一个观察。
值----------Value----------
a matrix of the same form as x, but with all missing values filled in sequentially.
矩阵x,但所有缺失值填充的顺序相同的形式。
参考文献----------References----------
Sequential imputation for missing values. Computational Biology and Chemistry, bold31, 320–327.
实例----------Examples----------
data(bush10)
impSeq(bush10) # impute squentially missing data[推诿squentially丢失的数据]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|