We have a dataset d3.
time | MV |
---|---|
1 | 0 |
2 | 0 |
3 | 0,3 |
ect. with more data points between 0 to 1. We wanted to fit a beta distribution, but we found out that we should try to fit an zero inflated beta distribution since our data contains zeros.
But we do not really know how to do this. With this distribution we are first trying to fit a line over our data in a scatter plot if possible. Can somebody maybe give us a nudge in the right direction? we already found the package gamlss but don't know how to implement this the right way Thank you, 2 struggling students