Questions tagged [one-inflation]
3 questions
2
votes
1 answer
Predict gamlss one-inflated beta model
How do you obtain predicted probabilities for the one-inflated component (nu model) of a one-inflated beta regression in gamlss?
I have built the following model
zib <- gamlss(prop.abun.max ~ season + time + temp +
last.rain.bom +…

Pat Taggart
- 677
- 2
- 9
1
vote
0 answers
How to correctly specify and diagnose one-inflated beta regression mixed-models (using GAMLSS)
I would like to find out what variables influence/explain an efficiency score for an invasive species control method. As the score is defined on (0,1] and as some observations were not independent, I wanted to use one-inflated beta regression…

Fanfoué
- 353
- 1
- 13
0
votes
1 answer
Is there an R package that runs frequentist zero-one inflated beta models?
I have a set of proportion data (below) with a many 1s. I would like to run a one inflated beta model in R, and want to use frequentest statistics. However the only zero-one inflated beta package I can find is zoib which is Bayesian. It seems that…

JKO
- 673
- 2
- 8
- 18