useDynLib(MixedIndTests,.registration = TRUE)
export(SimAR1Poisson)
export(AutoDep)
export(bootstrap)
export(Dependogram)
export(EstDep)
export(EstDepSerial)
export(preparedata)
export(stat_dep)
export(Sn_serial)
export(Sn_Aserial)
export(stat_dep_ser)
export(TestIndSerCopula)
export(TestIndCopula)
importFrom("stats", "rnorm", "rpois","pnorm","pchisq","acf")
import(parallel)
import(doParallel)
importFrom(foreach,"%dopar%")
importFrom("ggplot2","ggplot","aes","xlab","ylab","ggtitle","geom_point","geom_path","geom_hline","theme_update","element_text","scale_x_continuous","scale_fill_manual","scale_color_manual")
importFrom("survey","pchisqsum")


