R/check_inputs_significance.R

Defines functions check_inputs_significance

# Checks that the input list for a significance test has the necessary
# fields. (Not exported to the namespace)

check_inputs_significance <- function(defs){
  return(defs)
}

Try the CALANGO package in your browser

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

CALANGO documentation built on April 26, 2023, 5:13 p.m.