AIC: AIC for randomLCA object

AICR Documentation

AIC for randomLCA object

Description

Returns AIC for a randomLCA object.

Usage

## S3 method for class 'randomLCA'
AIC(object, ..., k = 2)

Arguments

object

randomLCA object

...

additional argument; currently none is used.

k

penalty per parameter

Value

AIC

Author(s)

Ken Beath

Examples


pap.lca2 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 2, cores = 1)
print(AIC(pap.lca2))


randomLCA documentation built on July 9, 2023, 6:09 p.m.

Related to AIC in randomLCA...