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 May 29, 2024, 8:43 a.m.