Azzera filtri
Azzera filtri

Fit methods in LME and GLME

11 visualizzazioni (ultimi 30 giorni)
Alexis
Alexis il 9 Giu 2020
Modificato: Alexis il 10 Giu 2020
There is little guidance or explanation in any of the documentation for choosing the appropriate fit method when using fitlme or fitglme. The terminology also differs from the other mainly used implementations (in R, SAS, etc.), making it difficult to ascertain what exactly MATLAB's approach even is or how closely results should reflect those produced by other software.
Can anyone here explain in which situations, for example, I would use 'ApproximateLaplace' fit method over 'Laplace'?

Risposta accettata

the cyclist
the cyclist il 9 Giu 2020
I'm not an expert in this type of modeling. However, this section of the documentation for fitglme states that the difference is whether or not the fixed effects are profiled out.
As explained on the wikipedia page for likelihood functions, profile likelihoods are a way of eliminating nuisance parameters.
If you are more accustomed to using R, maybe reading something like the documentation for the ProfileLikelihood R package might be more enlightening.
Laplace approximations to likelihood functions are pretty common, from what I recall or can glean from the internet.
All in all, I'm not sure which specific terminology you are finding non-standard, but I hope this helps point you in the right direction.
  1 Commento
Alexis
Alexis il 10 Giu 2020
Modificato: Alexis il 10 Giu 2020
Thanks for responding. I think what I am unclear on is whether Laplace and Apx. Laplace are equivalent to ML and restricted ML, since these are what I am accustomed to seeing everywhere else.
Edit: so it's clear what my goals are, I am concerned about a small sample of level-2 (random effect) grouping variable, so I would like to use a fit method that is relatively conservative and less likely to underestimate variance components.
In the literature, from my understanding, I should be using both restricted ML and adjusted degrees of freedom (kenward-rogers). Unfortunatley, it doesn't look like matlab supports adjusting DF for small samples in GLME.
Edit again: I just found this https://uk.mathworks.com/help/stats/estimating-parameters-in-linear-mixed-effects-models.html?s_tid=srchtitle It explains ML and REML in LME (I think I understand why the 'pseduo' only applies to generalized case for non-normal data). But Laplace/apx. Laplace are not described.

Accedi per commentare.

Più risposte (0)

Prodotti


Release

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by