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 Aug. 11, 2023, 5:07 p.m.