nissandjac / smsR

the Stochastic MultiSpecies stock assessment model (SMS)
Other
0 stars 0 forks source link

Class #2

Closed mebrooks closed 1 year ago

mebrooks commented 1 year ago

I set this up so we can use ICtab methods from the bbmle package to rank models based on any IC method. I was hoping that it checks to make sure that the models being compared have the same number of observations, but it only does the check for AICctab and BICtab functions (not AICtab)

mebrooks commented 1 year ago

Just a relevant thought I had on my way home that I want to document... if we really wanted to make sure that AIC was applied correctly, we would include the data as part of the model object and then write our own ICtab function (fork from bbmle) but have it check that the observations in the model objects are all identical.