Internal EM Algorithm
fct_em(x, y, k, lambda, clust_assign, lik_track, em_iter, verbose)A mixedLSR model.
A matrix of predictors.
A matrix of responses.
The number of groups.
A vector of penalization parameters.
The current clustering assignment.
A vector storing the log-likelihood by iteration.
The maximum number of EM iterations.
A boolean indicating whether to print to screen.