summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/arx.Rd6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/arx.Rd b/man/arx.Rd
index fd0a89d..f55db17 100644
--- a/man/arx.Rd
+++ b/man/arx.Rd
@@ -55,9 +55,9 @@ order to be zero.
}
\examples{
data(arxsim)
-model <- arx(arxsim,c(2,1,1))
-model
-plot(model) # plot the predicted and actual responses
+mod_arx <- arx(arxsim,c(1,2,2))
+mod_arx
+plot(mod_arx) # plot the predicted and actual responses
}
\references{