diff options
Diffstat (limited to 'man/arx.Rd')
-rw-r--r-- | man/arx.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ order to be zero. } \examples{ data(arxsim) -model <- arx(data,c(2,1,1)) +model <- arx(arxsim,c(2,1,1)) model plot(model) # plot the predicted and actual responses |