diff options
author | Suraj Yerramilli | 2016-01-02 12:49:59 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-01-02 12:49:59 +0530 |
commit | 47b9857016644833e0e9086f13ad30d6a59afdcb (patch) | |
tree | 6f895bbc251aa39595ad27df73389145f8452ce6 /man/oe.Rd | |
parent | ee6324e9650dec5ad0137e075f6b0cc8eef56486 (diff) | |
download | SysID-R-code-47b9857016644833e0e9086f13ad30d6a59afdcb.tar.gz SysID-R-code-47b9857016644833e0e9086f13ad30d6a59afdcb.tar.bz2 SysID-R-code-47b9857016644833e0e9086f13ad30d6a59afdcb.zip |
simplifying oe example
Diffstat (limited to 'man/oe.Rd')
-rw-r--r-- | man/oe.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ using the \code{\link{detrend}} function. \examples{ data(oesim) z <- dataSlice(data,end=1533) # training set -mod_oe <- oe(z,c(2,1,2),optimOptions(tol=1e-04,LMinit=0.01)) +mod_oe <- oe(z,c(2,1,2)) mod_oe plot(mod_oe) # plot the predicted and actual responses |