View source: R/profilelikelihood.R
profilelikelihood | R Documentation |
Profile the likelihood surface of Julia mixed effects models
profilelikelihood(x, ...)
x |
A Julia MixedModel of class |
... |
Not implemented |
MixedModels.profile() output as object of class jlmeprof
jlme_setup(restart = TRUE)
jmod <- jlmer(Reaction ~ Days + (Days | Subject), lme4::sleepstudy)
tidy(jmod)
prof <- profilelikelihood(jmod)
prof
tidy(prof)
stop_julia()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.