Travis,
Defining the sample size for occupancy-type models is not
straightforward.
In AICcmodavg, if you want AICc for unmarkedFit models, it uses the
number of sites as the sample size:
AICc(mod, second.order = TRUE, nobs = NULL) returns AICc using the
number of sites as sample size. You may change it to another value if
you prefer by specifying it in the "nobs" argument.
You can get "classic" AIC like so:
AICc(mod, second.order = FALSE) returns AIC.
Note that "second.order" and "nobs" arguments are also present in the
model selection and multimodel inference functions of the package. For
instance, see ?aictab, ?modavgPred, ?modavg, for examples of their use.
Best,
Marc
--
____________________________________
Marc J. Mazerolle
Centre d'étude de la forêt
Université du Québec en Abitibi-Témiscamingue
445 boulevard de l'Université
Rouyn-Noranda, Québec J9X 5E4, Canada
Tel:
(819) 762-0971 ext. 2458
Email:
marc.ma...@uqat.ca
-------- Message initial --------
De: Travis Gallo <
htravi...@gmail.com>
À:
unma...@googlegroups.com
Sujet: Re: [unmarked] Is Unmarked calculating AICc or AIC?
Date: Thu, 15 Jan 2015 08:18:14 -0800