miPoolChi(semTools)
miPoolChi()所属R语言包:semTools
Function to pool chi-square statistics from the result from multiple imputation
池卡方统计的结果多重插补功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function combines likelihood ratio chi-square statistics from an analysis of multiply imputed data sets using the method proposed by Li, Meng, Raghunathan, and Rubin (1991, p. 74).
功能结合似然比卡方统计分析多重插补数据集的使用方法,李蒙,35 - 鲁宾(1991年,第74页),提出。
用法----------Usage----------
miPoolChi(chis, df)
参数----------Arguments----------
参数:chis
A vector of chi-square statistics
卡方统计的矢量
参数:df
Degree of freedom that the chi-square statistics are based on
自由度的卡方统计数据的基础上
Details
详细信息----------Details----------
The chi-square statistics are pooled by the procedure proposed by Li, Meng, Raghunathan, and Rubin (1991; Equations 2.1, 2.2, 2.16, and 2.17).
卡方统计汇总李蒙,35 - 鲁宾(1991年;方程2.1,2.2,2.16和2.17),提出的程序。
值----------Value----------
The resulting value from the pooled chi-square is F-statistic. If the denominator degree of freedom is large, the F value multiplied by the numerator degree of freedom will approximate the chi-square statistics.
从汇集的卡方所得到的值是F-统计量。如果分母自由度大,F值乘以分子自由度的卡方统计。
(作者)----------Author(s)----------
Craig Enders originally wrote this function in SAS, <a href="http://psychology.clas.asu.edu/files/CombiningLikelihoodRatioChi-SquareStatisticsFromaMIAnalysis.sas">http://psychology.clas.asu.edu/files/CombiningLikelihoodRatioChi-SquareStatisticsFromaMIAnalysis.sas</a>. Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>) modified the function to run in R.
参考文献----------References----------
实例----------Examples----------
miPoolChi(c(89.864, 81.116, 71.500, 49.022, 61.986, 64.422, 55.256, 57.890, 79.416, 63.944), 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|