https://github.com/cran/bbmle
Raw File
Tip revision: db71ff249d1c39fbfe9c8c7013b9a7fb82eb36c9 authored by Ben Bolker on 15 November 2007, 00:00:00 UTC
version 0.8.2
Tip revision: db71ff2
TODO
BUGS/ISSUES:

  should print warning immediately if convergence fails

*** return something more machine-friendly
(i.e. coefficients) if profile finds better value
[done, needs to be tested/documented]


TO DO:

more documentation -- especially S4 methods!
catch/interpret more error messages?
  (try to filter last.warning?)

add DIC to DIC tabs?

WISHLIST:
analytic derivatives
relist
subset
predict (feasible for formula arguments
          if we know the MEAN of the relevant distribution?)
plot.predict
drop1, add1, etc.

document argument handling:

  start must be a named vector or a named list
       [OR?? inherit from parnames(minuslogl)?]
  if start is not a list (i.e. a numeric vector)
  set vecpar TRUE
  convert start to a list

  if missing and default.start is TRUE use formals(minuslogl) 

back to top