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 Oct. 4, 2023, 9:13 a.m.