https://github.com/cran/bbmle
Raw File
Tip revision: 82c40b6ae66c1d1867a5429eb97c7695fc335979 authored by Ben Bolker on 18 February 2007, 22:20:33 UTC
version 0.6
Tip revision: 82c40b6
TODO


BUGS/ISSUES:
  BIC conflict with nlme (S3/S4)

SHORT-TERM:
test!
make relist work/test
documentation:
  - vignette?
  - document methods better

WISHLIST:
analytic derivatives
OR relist

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) 
  [why?]

back to top