cor.yai(yaImpute)
cor.yai()所属R语言包:yaImpute
Correlation between observed and imputed
相关性观察和估算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the correlation between observed and imputed values for each observation that has both.
计算每个观察,同时具有的观察和估算值之间的相关性。
用法----------Usage----------
cor.yai (object,vars=NULL,...)
参数----------Arguments----------
参数:object
an object created by yai or impute.yai.
创建对象yai或impute.yai。
参数:vars
a list of variables names you want to include, if NULL all available variables are included.
要包括所有可用的变量,如果为NULL的变量名的列表。
参数:...
passed to called methods (not currently used)
传递给调用的方法(目前未使用)
Details
详细信息----------Details----------
The correlations are computed using cor.yai. For data imputation, such correlations are likely not appropriate; a warning message is issued when this function is used (Stage and Crookston 2007).
相关计算使用cor.yai。对于数据的归集,这种相关性可能是不恰当的;发出一个警告信息时使用此功能时(第一阶段2007年和克鲁克斯顿)。
值----------Value----------
A data frame with the row names as vars and the column as cor.
一个数据框的变量和列cor行名称。
(作者)----------Author(s)----------
Nicholas L. Crookston <a href="mailto:ncrookston.fs@gmail.com">ncrookston.fs@gmail.com</a> <br>
Andrew O. Finley <a href="mailto:finleya@msu.edu">finleya@msu.edu</a>
参考文献----------References----------
for accuracy-assessment of near neighbor methods of imputation. For. Sci. 53(1):62-72. http://www.fs.fed.us/rm/pubs_other/rmrs_2007_stage_a001.pdf
参见----------See Also----------
yai, impute.yai, rmsd.yai
yai,impute.yai,rmsd.yai
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|