powered by
ur_summary() provides a summary of the unit root tests included in this package.
ur_summary()
ur_summary(obj, pp_stat = "tau", ...)
ur_summary() produces console output that offers a summary assessment about the presence of a unit root based on your simulations.
the object to be summarized, of class 'spp_test'
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
Steven V. Miller
This function makes ample use of the "attributes" element in the list produced by the unit root simulations.
A <- spp_test(money_demand$ffer, n_sims = 100) ur_summary(A)
Run the code above in your browser using DataLab