get_IC: Calculate AIC, HQIC and BIC

View source: R/loglikelihood.R

get_ICR Documentation

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

the number of (freely estimated) parameters in the model.

obs

the number of observations with initial values excluded for conditional models.

Value

Returns a data frame containing the information criteria values.


uGMAR documentation built on July 4, 2024, 5:07 p.m.