From 47b9857016644833e0e9086f13ad30d6a59afdcb Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sat, 2 Jan 2016 12:49:59 +0530 Subject: simplifying oe example --- man/oe.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/oe.Rd') diff --git a/man/oe.Rd b/man/oe.Rd index 7c71afa..b556109 100644 --- a/man/oe.Rd +++ b/man/oe.Rd @@ -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 -- cgit