diff options
author | Suraj Yerramilli | 2015-12-30 15:55:48 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-30 15:55:48 +0530 |
commit | 78ef826e33820773cefd4fef6c29792e393ec675 (patch) | |
tree | d2f708e9e728e80c0cc213c504f4f8da3399a243 /man | |
parent | 8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4 (diff) | |
download | SysID-R-code-78ef826e33820773cefd4fef6c29792e393ec675.tar.gz SysID-R-code-78ef826e33820773cefd4fef6c29792e393ec675.tar.bz2 SysID-R-code-78ef826e33820773cefd4fef6c29792e393ec675.zip |
updated oe documentation example
Diffstat (limited to 'man')
-rw-r--r-- | man/oe.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,8 +61,8 @@ using the \code{\link{detrend}} function. \examples{ data(oesim) z <- dataSlice(data,end=1533) # training set -mod_oe <- oe(z,c(2,1,2)) -summary(mod_oe) # obtain estimates and their covariances +mod_oe <- oe(z,c(2,1,2),optimOptions(tol=1e-04,LMinit=0.01)) +mod_oe plot(mod_oe) # plot the predicted and actual responses } \references{ |