R/con_iht.R

Defines functions iht

Documented in iht

iht <- function(...) {
  ldots <- list(...)
  if ("model" %in% names(ldots) || is.character(ldots[[1]][1])) {
    conTestD(...)
  } else {
    conTest(...)
  }
}

Try the restriktor package in your browser

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

restriktor documentation built on April 12, 2025, 1:51 a.m.