## File Name: mgsem_vech.R ## File Version: 0.02 mgsem_vech <- function(x) { res <- x[ ! upper.tri(x) ] return(res) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.