https://github.com/cran/bbmle
Raw File
Tip revision: fa6fcd85918d391a445c03917dd0dc1f7019b9ca authored by Ben Bolker on 07 March 2008, 00:00:00 UTC
version 0.8.5
Tip revision: fa6fcd8
TODO
BUGS/ISSUES:

use numDeriv library hessian() function instead of nlme?

should print warning immediately if convergence fails


TO DO:

more documentation -- especially S4 methods!
   especially:
     profile
     plot profile
     confint

catch/interpret more error messages?
  (try to filter last.warning?)

add DIC to IC tabs?

WISHLIST:
start as FUNCTION (i.e., self-start)
analytic derivatives
relist
subset
predict (feasible for formula arguments
          if we know the MEAN of the relevant distribution?)
plot.predict
drop1, add1, etc.
link functions ("identity","log", "logit", etc.)
clean up/argue about data handling: closures etc. etc. 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