MLE for geese

geese_mle(
  amodel,
  initial = rep(0, nterms(amodel)),
  control = list(),
  offset_list = NULL,
  ncores = 1L,
  ...
)

Arguments

amodel

an object of class geese

initial

Vector of initial parameters

offset_list

Integer vector with the indices of the parameters that will set set to be fixed.

...

Passed to stats::optim()