R/Build_Matrix_Report.R
build_vce_mat_report.Rd
Build a matrix with VCE results for a report
build_vce_mat_report( ps_random_effect, ps_offdiagonal, ps_diagonal, pvec_trait_name, pvec_vce_results_file_path )
ps_random_effect | random effect (for exemple: animal, herdyear, residual) |
---|---|
ps_offdiagonal | covariance or genetic_correlation |
ps_diagonal | variance or heritability |
pvec_vce_results_file_path | path to csv-file with vce results |
mat_randomEffect resulting matrix with vce results from the random effect
--- title: "Building a matrix from VCE results for the report" date: "2021-12-21" #' ---