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
)

Arguments

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

Value

mat_randomEffect resulting matrix with vce results from the random effect

Details

--- title: "Building a matrix from VCE results for the report" date: "2021-12-21" #' ---