R/mgsem_vech.R

Defines functions mgsem_vech

## File Name: mgsem_vech.R
## File Version: 0.02

mgsem_vech <- function(x)
{
    res <- x[ ! upper.tri(x) ]
    return(res)
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on May 29, 2024, 8:43 a.m.