summary.radf_obj | R Documentation |
radf
modelssummary
method for radf models that consist of radf_obj
and radf_cv
.
## S3 method for class 'radf_obj'
summary(object, cv = NULL, ...)
object |
An object of class |
cv |
An object of class |
... |
Further arguments passed to methods. Not used. |
Returns a list of summary statistics, which include the estimated ADF, SADF, and GSADF test statistics and the corresponding critical values
# Simulate bubble processes, compute the test statistics and critical values
rsim_data <- radf(sim_data)
# Summary, diagnostics and datestamp (default)
summary(rsim_data)
#Summary, diagnostics and datestamp (wild bootstrap critical values)
wb <- radf_wb_cv(sim_data)
summary(rsim_data, cv = wb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.