Skip to content

Making a REML option #228

@fhui28

Description

@fhui28

Can we offer this option like what glmmTMB does? This should be relatively simple to do (in principle!!), because all it requires is adding any fixed effect beta coefficients in the X component as random effects. This then gets TMB to integrate over these as well, thus leading to an integrated likelihood approach to REML for LVMs.

This makes the biggest difference for Gaussian responses, we know REML should need to better (less biased) estimates of any variance component/loading matrices. For non-Gaussian responses, things are less clear, but it can often be beneficial (https://arxiv.org/abs/2402.12719)

Well I say it is easy to implement in principle, but with fourth corner models and all that jazz I am not as positive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions