Learn R Programming

exuber (version 0.3.0)

diagnostics: Diagnostics

Description

Finds the series that reject the null for at the 5% significance level.

Usage

diagnostics(object, cv = NULL, option = c("gsadf", "sadf"))

Arguments

object

An object of class radf().

cv

An object of class "cv". The output of mc_cv(), wb_cv() or sb_cv()

option

Whether to apply the "gsadf" or "sadf" methodology. Default is "gsadf".

Value

Returns a list with the series that reject and the series that do not reject the Null Hypothesis

Details

Diagnostics also stores a vector in 0,1 that corresponds to reject, accept respectively.