Description Details Author(s) Examples
Support for mle unit root tests
Package: | mleur |
Type: | Package |
Version: | 1.0-6 |
Date: | 2013-12-9 |
License: GPL (>= 2) | |
LazyLoad: | yes |
A. I. McLeod, Hao Yu and Ying Zhang
Maintainer: Ian McLeod <aimcleod@uwo.ca>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #Example 1. Analysis of money velocity
library(lattice)
xyplot(vel, lwd=1.5, type="b", cex=0.7, pch=16, aspect=0.8,
xlab="year", ylab="money velocity")
mleurDiag(vel)
mleur(vel)
dftest(vel)
ar1est(vel)
ar1est(vel, method="LSE")
#
#Example 2.
#Difference in BAA and AAA corporate bonds
library(lattice)
xyplot(DiffBA, lwd=1.5, type="b", cex=0.7, pch=16, aspect=0.8,
xlab="year", ylab="money velocity")
mleurDiag(DiffBA)
mleur(DiffBA)
dftest(DiffBA)
ar1est(DiffBA)
ar1est(DiffBA, method="LSE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.