Description Usage Arguments Value Examples
Takes a matrix of predictions returned by get_pred, a
list of masked phenotypes returned by cCV and the original
phenotype vector and returns the correlation between predicted and observed
values
| 1 | get_cor(predictions,cv_pheno,y)
 | 
| predictions | Prediction matrix returned by  | 
| cv_pheno | List of masked phenotypes returned by  | 
| y | Original unmasked phenotype vector that has been used in  | 
Numeric scalar - Mean prediction accuracy measured as correlation between predicted and observed phenotypes
| 1 | # see example of clmm.CV
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.