powered by
Extracts the Empirical Bayes estimates of the random effects.
# S3 method for randomLCA ranef(object, ...)
A matrix with the first column containing the random effects and the second column the standard error of the random effects.
randomLCA object with a random effect
additional argument; currently none is used.
Ken Beath
# \donttest{ pap.lca2random <- randomLCA(pap[, 1:10], freq = pap$Freq, random = TRUE, nclass = 2, cores = 1) print(ranef(pap.lca2random)) # }
Run the code above in your browser using DataLab