Skip to content
Prev 312745 / 398528 Next

model selection with spg and AIC (or, convert list to fitted model object)

Adam Zeilinger <zeil0006 <at> umn.edu> writes:
I believe you can use spg within mle2 by specifying
optimizer="optimx", method="spg" ... that should give you a fitted
mle2 object that you can work with.

  Alternately, it's just not that hard to compute the AICs yourself ...
or a likelihood ratio test ...

  Ben Bolker