Learn R Programming

uGMAR (version 3.1.0)

get_IC: Calculate AIC, HQIC and BIC

Description

get_IC calculates AIC, HQIC and BIC

Usage

get_IC(loglik, npars, obs)

Arguments

loglik

log-likelihood value

npars

number of (freely estimated) parameters in the model.

obs

numbers of observations with starting values excluded for conditional models.

Value

Returns a data frame containing the information criteria values.