AIC3: AIC with 3 penalty for randomLCA object

View source: R/misc.R

AIC3R Documentation

AIC with 3 penalty for randomLCA object

Description

Returns AIC with penalty 3 for a randomLCA object.

Usage

AIC3(object)

Arguments

object

randomLCA object

Value

AIC3.

Author(s)

Ken Beath

Examples


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


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

Related to AIC3 in randomLCA...