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(...)
}

Try the NetworkComparisonTest package in your browser

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

NetworkComparisonTest documentation built on Sept. 1, 2023, 5:05 p.m.