Skip to content
Prev 20491 / 20628 Next

glmmTMB syntax to brm() syntax

That's quite old, by R standards (1.1.8 came out a year ago, latest 
version is 1.1.10 -- there's a note in the NEWS for 1.1.10 
<https://cran.r-project.org/web/packages/glmmTMB/news.html> about fixing 
a simulate bug for the beta family

   (It's simulate_new(), not new_simulate())

   The docs say "(?beta?, ?betazi?, ?betadisp?, ?theta?, etc.)"; in this 
case "etc." includes thetazi (random-effects parameters for ZI terms, if 
any) and thetadisp (ditto, dispersion terms).

  The 'covstruct' vignette is the best place to read about 
parameterization of random-effects components.
On 2024-10-28 1:05 p.m., Simon Harmel wrote: