R/check_inputs_correlation.R

Defines functions check_inputs_correlation

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

check_inputs_correlation <- 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.