calculateBinModel.AIC: Calculate AIC of the model, using various log(likelihood)...

Description Usage Arguments

Description

Calculate AIC of the model, using various log(likelihood) estimators.

Usage

1
calculateBinModel.AIC(fit, type = "optim")

Arguments

fit

A fitted model.

type

One of:

  • optim, the highest likelihood found by optim;

  • mean, the mean llikelihood from the Gibbs sampler;

  • gibbs, the maximum llikelihood from the Gibbs sampler;

  • none, just return the mean Gibbs likelihood.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.