The functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("<function>-deprecated")
.
do_tests_and_bootstrap_old(y, BSQT_test, iADF_test, level, boot, B, l, ar_AWB,
union, p_min, p_max, ic, dc, detr, ic_scale, q, h_rs, show_progress,
do_parallel, nc)check_inputs_old(y, BSQT_test, iADF_test, level, boot, B, l, ar_AWB, union,
p_min, p_max, ic, dc, detr, q, do_parallel, nc)
iADFtest(y, level = 0.05, boot = "AWB", B = 1999, l = NULL,
ar_AWB = NULL, union = TRUE, p_min = 0, p_max = NULL, ic = "MAIC",
dc = NULL, detr = NULL, ic_scale = TRUE, verbose = FALSE,
show_progress = FALSE, do_parallel = FALSE, nc = NULL)
boot_df(y, level = 0.05, boot = "AWB", B = 1999, l = NULL,
ar_AWB = NULL, p_min = 0, p_max = NULL, ic = "MAIC", dc = 1,
detr = "OLS", ic_scale = TRUE, verbose = FALSE,
show_progress = FALSE, do_parallel = FALSE, nc = NULL)
bFDRtest(y, level = 0.05, boot = "AWB", B = 1999, l = NULL,
ar_AWB = NULL, union = TRUE, p_min = 0, p_max = NULL, ic = "MAIC",
dc = NULL, detr = NULL, ic_scale = TRUE, verbose = FALSE,
show_progress = FALSE, do_parallel = FALSE, nc = NULL)
BSQTtest(y, q = 0:NCOL(y), level = 0.05, boot = "AWB", B = 1999,
l = NULL, ar_AWB = NULL, union = TRUE, p_min = 0, p_max = NULL,
ic = "MAIC", dc = NULL, detr = NULL, ic_scale = TRUE,
verbose = FALSE, show_progress = FALSE, do_parallel = FALSE,
nc = NULL)
paneltest(y, level = 0.05, boot = "AWB", B = 1999, l = NULL,
ar_AWB = NULL, union = TRUE, p_min = 0, p_max = NULL, ic = "MAIC",
dc = NULL, detr = NULL, ic_scale = TRUE, verbose = FALSE,
show_progress = FALSE, do_parallel = FALSE, nc = NULL)
For do_tests_and_bootstrap_old
, use do_tests_and_bootstrap
.
For check_inputs_old
, use check_inputs
.
For iADFtest
, use boot_adf
.
For boot_df
, use boot_adf
.
For bFDRtest
, use boot_fdr
.
For BSQTtest
, use boot_sqt
.
For paneltest
, use boot_panel
.