cor.yai {yaImpute} | R Documentation |
Computes the correlation between observed and imputed values for each observation that has both.
cor.yai (object,vars=NULL,...)
object |
an object created by yai or impute.yai . |
vars |
a list of variables names you want to include, if NULL all available variables are included. |
... |
passed to called methods (not currently used) |
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.
A data frame with the row names as vars and the column as cor
.
Nicholas L. Crookston ncrookston@fs.fed.us
Andrew O. Finley afinley@stat.umn.edu