Skip to contents

jlme (development version)

  • New argument jlmer(fit = TRUE). If FALSE, returns the unfit model object.

  • Experimental support for MixedModels.profile() via profilelikelihood() with a tidy() method

  • Experimental implementation of an interface to setting OptSummary values via jlmer(optsum = list(...)).

  • New model helper function likelihoodratiotest() for conducting likelihood-ratio tests on nested models

jlme 0.3.0

CRAN release: 2024-09-17

jlme 0.2.0

CRAN release: 2024-08-31

  • Experimental support for MixedModels.parametricbootstrap() via parametricbootstrap() with a tidy() method.

  • jlme_setup() gains an add argument which accepts a character vector of additional Julia libraries to install and load on initializing the session.

  • Some common workflows in MixedModels.jl have been re-exported as functions: propertynames(), issingular()

jlme 0.1.0

CRAN release: 2024-07-02

  • CRAN release