Learn R Programming

hpa (version 1.1.2)

AIC.hpaML: Calculates AIC for "hpaML" object

Description

This function calculates AIC for "hpaML" object

Usage

# S3 method for hpaML
AIC(object, ..., k = 2)

Arguments

object

Object of class "hpaML"

...

further arguments (currently ignored)

k

numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC.