From 2c3b5027987486d0040501a3c254e106172eb5dc Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 6 Jan 2017 17:26:19 -0600 Subject: S3 method consistency part-2 --- man/impulseest.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/impulseest.Rd') diff --git a/man/impulseest.Rd b/man/impulseest.Rd index 4852d2c..4247a0f 100644 --- a/man/impulseest.Rd +++ b/man/impulseest.Rd @@ -33,7 +33,7 @@ uk <- rnorm(1000,1) yk <- filter (uk,c(0.9,-0.4),method="recursive") + rnorm(1000,1) data <- idframe(output=data.frame(yk),input=data.frame(uk)) fit <- impulseest(data) -plot(fit) +impulseplot(fit) } \references{ -- cgit