R/mgsem_sqrt_diag.R

Defines functions mgsem_sqrt_diag

## File Name: mgsem_sqrt_diag.R
## File Version: 0.01

mgsem_sqrt_diag <- function(x)
{
    sqrt(diag(x))
}

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.