summaryrefslogtreecommitdiff
path: root/man/step.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/step.Rd')
-rw-r--r--man/step.Rd5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/step.Rd b/man/step.Rd
index b6aa624..a4c547d 100644
--- a/man/step.Rd
+++ b/man/step.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/nonparam.R
\name{step}
\alias{step}
@@ -17,7 +17,8 @@ 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)
-step(fit)
+step(fit)
+
}
\seealso{
\code{\link{impulseest}}