View source: R/genotypes_and_error.R
insert_Y_l_matrices | R Documentation |
Once you have the X_l matrices for each kappa, and the C_l matrices have been inserted into the list, then this function cycles over the loci and the kappa values and does the matrix multiplication to give you the matrix Y_l. This actually gives you the matrices Y_l_true and Y_l, but for now they are the same. I just want to put that into the code at this point so I can work with them appropriately.
insert_Y_l_matrices(L)
L |
the list of X_l and C_l matrices |
example(insert_C_l_matrices)
mh_yl_example <- insert_Y_l_matrices(mh_cl_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.