I am estimating a beta-regression using the logit-link function with a continuous dependent variable bound between 0 and 1 and 5 continuous predictor variables.
In R the equation is given by: betareg(y~ x1+ x2+ x3+ x4 + x5, link="logit", data=data), however I need to write out the equation with parameters in my paper, and I don't know how to do this.
Can anybody tell me how to write out the equation for my beta regression, and in turn how to interpret each parameter in the equation? If the information is needed; the beta-distribution of my dep var is given by alfa= 14,57 and beta=15,36.
Thank you very much in advance to anybody who can help!