Skip to content
Prev 5838 / 7420 Next

[EXTERNAL] Re: Fitting a GLMM to a percent cover data with glmer or glmmTMB

Beta regression can be used for modeling proportion (or percentage) cover
data, but there are some issues with using it if you have many values of
0.0 or 1.0.  A much more flexible approach that I've used is to use
quantile regression with the proportion response (y) data logit
transformed.  Much easier to deal with 0.0 or 1.0 (boundary values) with
quantiles than with the means being estimated by beta regression.  The
quantreg package in R has what you need, but I think this logit transformed
quantile regression approach is also implemented in another package too
(perhaps Qtools package).  See Bottai et al. (2010.  Logistic quantile
regression for bounded outcomes.  Statistics in Medicine 29: 309-317.).

Brian

Brian S. Cade, PhD

U. S. Geological Survey
Fort Collins Science Center
2150 Centre Ave., Bldg. C
Fort Collins, CO  80526-8818

email:  cadeb at usgs.gov <brian_cade at usgs.gov>
tel:  970 226-9326



On Thu, Nov 29, 2018 at 7:24 AM Botta-Duk?t Zolt?n <
botta-dukat.zoltan at okologia.mta.hu> wrote: