Description Usage Arguments Value Author(s) Examples
View source: R/testing_summary.R
Print summary of ML-based hypothesis test
1 | testing_summary(hypML_obj)
|
hypML_obj |
A hypML object from ml_test function |
Retrieve test results
Gary Cornwall and Jeffrey Chen
1 2 3 4 5 6 7 8 9 10 11 | #Create a list of time series
x <- list(norm1 = ts(rnorm(120, 10,10), freq=12),
with_trend = ts(rnorm(120, 10,10) + 1:120, freq=12),
uroot = ts(cumsum(rnorm(120,10,10)), freq = 12))
#Screen the time series for unit roots using the default model
output <- ml_test(bank = x,
pvalue = 0.05)
#Retrieve test summary
testing_summary(hypML_obj = output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.