Conduct Bootstrapped Likelihood Ratio Test to compare two mixture models.
BLRT(x, replications = 100, ...)
A data.frame.
if (FALSE) { # \dontrun{
df <- iris[, 1, drop = FALSE]
names(df) <- "x"
res <- mx_mixture(model = "x ~ m{C}*1
x ~~ v{C}*x", classes = 1:2, data = df)
BLRT(res, replications = 4)
} # }