profilelikelihood: Profile the likelihood surface of Julia mixed effects models

View source: R/profilelikelihood.R

profilelikelihoodR Documentation

Profile the likelihood surface of Julia mixed effects models

Description

Profile the likelihood surface of Julia mixed effects models

Usage

profilelikelihood(x, ...)

Arguments

x

A Julia MixedModel of class jlme

...

Not implemented

Value

MixedModels.profile() output as object of class jlmeprof

Examples


jlme_setup(restart = TRUE)

jmod <- jlmer(Reaction ~ Days + (Days | Subject), lme4::sleepstudy)
tidy(jmod)

prof <- profilelikelihood(jmod)
prof

tidy(prof)

stop_julia()


jlme documentation built on April 3, 2025, 10:29 p.m.