R/testfunction.R

Defines functions testfunction

testfunction= function(A, oldcol, newcol) {
    A= Matrix::Matrix(A, sparse=TRUE)
    ans= testfunctionCI(A, as.integer(oldcol), as.integer(newcol))
    return(ans)
}

Try the modelSelection package in your browser

Any scripts or data that you put into this service are public.

modelSelection documentation built on May 16, 2026, 5:06 p.m.