Skip to content
Prev 279925 / 398506 Next

optimize()

dnz.marcio <dnz.marcio <at> gmail.com> writes:
[snip]
This is actually fairly subtle: you're running into a partial
matching problem with the "interval" argument of optimize().
I added interval=NULL to the call and got a little farther, 
but then I ran into an error because I hadn't specified the
"times" variable.  Presumably you have defined a "times" variable?

  Ben Bolker