R/mgsem_differ_from_zero.R

Defines functions mgsem_differ_from_zero

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

mgsem_differ_from_zero <- function(x, eps)
{
    res <- abs(x) > eps
    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.