R/allUserDefinedFuncs.R

Defines functions allUserFunc

allUserFunc <- function() {
  return(
    c(
      "dataRecovTrans",
      "AIcalcu",
      "runBootLassoHDCI",
      "lm_sparse",
      "runlinear"
    )
  )
}

Try the IFAA package in your browser

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

IFAA documentation built on Jan. 12, 2023, 5:07 p.m.