Description Usage Arguments Value Examples
Change the G-matrix ginv that contains three columns format
1 | write_mat_to_inv(x, type = c("ginv", "inv", "none"), digits = 10)
|
x |
A matrix that is G-matrix |
Three column that contains row, column, and the value of a matrix
1 2 3 4 | rMinv <- matrix(1:25,5,5)
rMinv
res <- write_mat_to_inv(rMinv,type = "none")
res
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.