Hi there, I would like to conduct a mixture regression analysis with the flexmix Package. Was just playing around with the function stepFlexmix() and did not get a foot into the door.
When I run the stepFlexmix-function, I get the following error (actually a list of errors that repeats this sentence: Error in FLXfit(model = model, concomitant = concomitant, control = control, : 26 Log-likelihood: Inf The X-Variable is very skewed (percentages of females in top management teams; many zeros); missing data were omitted. The code was: M1 <- stepFlexmix(rel_perf ~ prozfem, data = cdata2, k = 1:5, nrep = 5) I would appreciate any hint what the problem might be. Thanks in advance, Holger ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.