ur_summary | R Documentation |
ur_summary()
provides a summary of the unit root tests
included in this package.
ur_summary(obj, pp_stat = "tau", ...)
obj |
the object to be summarized, of class 'spp_test' |
pp_stat |
a statistic to be summarized: either "tau" or "rho". Applicable only to Phillips-Perron tests generated by functions in this package. |
... |
additional argument, currently ignored |
This function makes ample use of the "attributes" element in the list produced by the unit root simulations.
ur_summary()
produces console output that offers a summary
assessment about the presence of a unit root based on your simulations.
Steven V. Miller
A <- spp_test(money_demand$ffer, n_sims = 100)
ur_summary(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.