R/NCT_bootnet.R

Defines functions NCT_bootnet

# Silly wrapper for backward competability:
NCT_bootnet <- function(...){
  warning("'NCT_bootnet' is deprecated. Please use 'NCT' instead.")
  NCT(...)
}
cvborkulo/NetworkComparisonTest documentation built on Sept. 8, 2023, 1:21 p.m.