pcd_test(x, ...)# S3 method for dcce_fit
pcd_test(
x,
...,
test = c("pesaran", "cdw", "cdwplus", "pea", "cdstar"),
n_reps = 500L,
n_pca = 1L
)
# S3 method for data.frame
pcd_test(
x,
...,
unit_index = NULL,
time_index = NULL,
test = c("pesaran", "cdw", "pea", "cdstar"),
n_reps = 500L,
n_pca = 1L
)
# S3 method for matrix
pcd_test(
x,
...,
test = c("pesaran", "cdw", "pea", "cdstar"),
n_reps = 500L,
n_pca = 1L
)
# S3 method for default
pcd_test(
x,
...,
data = NULL,
unit_index = NULL,
time_index = NULL,
test = c("pesaran", "cdw", "cdwplus", "pea", "cdstar"),
n_reps = 500L,
n_pca = 1L
)