# NOT RUN {
df <- iris[, 1, drop = FALSE]
names(df) <- "x"
mod <- mx_mixture(model = "x ~ m{C}*1
x ~~ v{C}*x",
classes = 2,
data = df,
run = FALSE)
mod <- mixture_starts(mod)
# }
Run the code above in your browser using DataLab