I am currently trying to implement a mixture model using the gamlss package in R. What I am trying to achieve is train a zero-adjusted gamma model on a training data set and then predicting values out of a test data set.
Setting up the model is no real problem, I do this by
ZAGA_Model =...