R/Build_Matrix.R
    build_matrix.RdStoring the variance and covariances in the tibble read from the input file in a list of matrices.
build_matrix(ps_input_tibble)
| ps_input_tibble | tibble containing all variance-covariance components  | 
    
|---|
--- title: Constructing multivariate estimates from analyses by parts in a matrix date: "`r Sys.Date()`" ---
sInputFile <- system.file("extdata","VCE_results.csv", package = "rvcetools") tbl_vce <- read_vce(ps_input_file = sInputFile)#>#> #> #>#> #> #>l_mat <- build_matrix(ps_input_tibble = tbl_vce)