I want to model a proportional variable bounded by [0,1]  (the % of land fertilized). A high percentage of the data contains 0s (60%), a smaller percentage contains 1s (10%), and all the rest falls in between.

I want to compare different models with each other to see their performance, however the model I am currently looking at is a zero-one inflated beta model. I am using the R package gamlss for this.

However, I am having some troubles with the quite technical documentation of the gamlss package and I don’t seem to find an answer to my questions below:

1)      model

The model below should model 3 submodels: one part that models the probability of having y=0 versus y>0 (nu.formula), one part that models the probability of having y=1 versus y

Similar questions and discussions