calc_Sigma {qtl2pleio} | R Documentation |
Calculate the phenotypes covariance matrix Sigma
Description
Calculate the phenotypes covariance matrix Sigma
Usage
calc_Sigma(Vg, Ve, kinship = NULL, n_mouse = nrow(kinship))
Arguments
Vg |
d by d genetic covariance matrix for the d phenotypes |
Ve |
d by d error covariance matrix for the d phenotypes |
kinship |
optional n by n kinship matrix. if NULL, Vg is not used. |
n_mouse |
number of subjects |
Value
dn by dn covariance matrix
[Package qtl2pleio version 1.4.3 Index]