R/print.pCADFtestsummary.R

print.pCADFtestsummary <- function(x, ...)
{
	# x is an object of class `pCADFtestsummary'
	ttype <- "Panel Covariate Augmented DF test"
	if (nrow(x$test.summary)==2) ttype <- "Panel Augmented DF test"
	cat(ttype, "\n")
	cat("Correction for cross-correlation:", x$corr, "\n")
	cat("\n")
	print(x$individual.tests, ...)
	print(x$test.summary, ...)
}

Try the punitroots package in your browser

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

punitroots documentation built on May 2, 2019, 5:16 p.m.