Learn R Programming

randomLCA (version 1.1-4)

summary.randomLCA: Summary for randomLCA object

Description

Summarises the fit of a randomLCA object.

Usage

# S3 method for randomLCA
summary(object, ...)

Value

logLik

Log Likelihood

AIC

AIC

BIC

BIC

AIC3

AIC with penalty of 3

nclass

no of classes

probit

link is probit

classp

class probabilities

outcomep

outcome probabilities (conditional)

margoutcomep

outcome probabilities (marginal), if model contains random effects

random

model includes random effects

level2

model has 2 level hierarchy

constload

loadings are constant by outcome

byclass

lambda and tau vary by class

lambdacoef

lambda coefficients

taucoef

tau coefficients

Arguments

object

randomLCA object

...

additional argument; currently none is used.

Author

Ken Beath

Examples

Run this code
# \donttest{
pap.lca1 <- randomLCA(pap[, 1:10], freq = pap$Freq, nclass = 1, cores = 1)
summary(pap.lca1)
# }

Run the code above in your browser using DataLab