Learn R Programming

bootUR (version 0.4.2)

do_tests_and_bootstrap_old: Deprecated functions in package bootUR.

Description

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").

Usage

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)

Arguments

<code>do_tests_and_bootstrap_old</code>

For do_tests_and_bootstrap_old, use do_tests_and_bootstrap.

<code>check_inputs_old</code>

For check_inputs_old, use check_inputs.

<code>iADFtest</code>

For iADFtest, use boot_adf.

<code>boot_df</code>

For boot_df, use boot_adf.

<code>bFDRtest</code>

For bFDRtest, use boot_fdr.

<code>BSQTtest</code>

For BSQTtest, use boot_sqt.

<code>paneltest</code>

For paneltest, use boot_panel.