summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-30 15:55:48 +0530
committerSuraj Yerramilli2015-12-30 15:55:48 +0530
commit78ef826e33820773cefd4fef6c29792e393ec675 (patch)
treed2f708e9e728e80c0cc213c504f4f8da3399a243 /man
parent8d3e5be2b210b54c95e8bdbb7763b6e91b9096b4 (diff)
downloadSysID-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.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/oe.Rd b/man/oe.Rd
index a75d14f..eee4839 100644
--- a/man/oe.Rd
+++ b/man/oe.Rd
@@ -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{