Page 1 of 1

[doc bug] logl::ml

Posted: Thu Aug 26, 2010 5:04 pm
by maxchen
options for derivative method

Code: Select all

deriv=keyword
is left out.

Besides, logl::append should be a Proc, not a View as the object ref documents. (sorry my typo last time)

Re: [doc bug] logl::ml

Posted: Fri Aug 27, 2010 9:52 am
by EViews Glenn
I'll make a note of the deriv keyword.

For what it's worth, while the definition of a Views and a Proc is sometimes slippery, generally Procs are things that modify the object or explicitly generate output. By that standard, append is probably a Proc.