Obtain Akaike Information Criterion (AIC) for a pvEBayes object
Source:R/pvEBayes_object_S3_methods.R
AIC.pvEBayes.RdThis function defines the S3 AIC method for objects of class
pvEBayes. It extracts the Akaike Information Criterion (AIC)
from a fitted model.
Usage
# S3 method for class 'pvEBayes'
AIC(object, ..., k = 2)Arguments
- object
a
pvEBayesobject, which is the output of the function pvEBayes or pvEBayes_tune.- ...
other input parameters. Currently unused.
- k
numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC.