R/isop_tests_cpp.R

Defines functions isop_tests_cpp

## File Name: isop_tests_cpp.R
## File Version: 0.06


isop_tests_cpp <- function( dat, dat.resp, weights, jackunits, JJ )
{
    res <- isop_tests_C( dat=dat, dat_resp=dat.resp, weights=weights,
                jackunits=jackunits, JJ=JJ )
    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.