R/print.CADFtestsummary.R

Defines functions print.CADFtestsummary

print.CADFtestsummary <- function(x, ...)
{
	# x is an object of class `CADFtestsummary'
	ttype <- "Covariate Augmented DF test"
	if (nrow(x$test.summary)==3) ttype <- "Augmented DF test"
	cat(ttype, "\n")
	print(x$test.summary, ...)
	print(x$model.summary, ...)
}

Try the CADFtest package in your browser

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

CADFtest documentation built on May 2, 2019, 1:27 p.m.