Skip to content

wrapping mle()

1 message · Luke Tierney

#
On Sat, 30 Dec 2006, Sebastian P. Luque wrote:

            
No, since ll was defined at top level lexical scoping rules mean that
free variables in the definition of ll are top level variables,
regardless of where ll is called.
Not bad just not necessary. Calling fit.mle(ll ...) will do and you
then don't need match.call, which makes your code simpler.

Best,

luke