Skip to content
Prev 17018 / 20628 Next

Comparing Gaussian and bêta regression

Ben,
Not sure if this is what you are looking for.
In SAS' PROC GLIMMIX, you can get either conditional or marginal estimates.? It comes down to using the keyword RESIDUAL in the RANDOM statement.? If it is not present, then the estimates are conditional on the random effects (what SAS would call G-side).? Quadrature and Laplace methods are available.? If it is present, then the estimates are marginal over the random effects (what SAS would call R-side).? In this case, only residual pseudo-likelihood methods are available if there are correlated errors.? And of course, there is one exception - adding a single overdispersion parameter via the _RESIDUAL_ keyword does NOT trigger what they term as GLMM mode.
Here is a link to the documentation:
http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_glimmix_details26.htm

And here is how a GEE type (marginal model) is fit in GLIMMIX
http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_glimmix_examples15.htm

Steve Denham Senior Director, Bioinformatics Sciences ?MPI Research, Inc.
On Friday, September 21, 2018, 10:02:31 AM EDT, Ben Bolker <bbolker at gmail.com> wrote:
? Does anyone know offhand if there's R code (ideally a package)
floating around that implements these marginalization calculations for
mixed model estimates, by delta method or quadrature or simulation or
... ?? (The mixed-model ecosystem is getting pretty big and messy ...)
Do SAS/Stata/whatever have straightforward ways to do this that we could
copy?

? cheers
? ? Ben Bolker
On 2018-09-21 09:20 AM, Emmanuel Curis wrote:
_______________________________________________
R-sig-mixed-models at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models