From 7908d258518426256a4d17c5dc941b3a6f6365ca Mon Sep 17 00:00:00 2001 From: LukasGraz Date: Thu, 5 Dec 2024 18:29:45 +0100 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- index.html | 2 +- posts/lmm-heteroskedastic/index.html | 4 +++- sitemap.xml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.nojekyll b/.nojekyll index 0eec00c..3d241d9 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -64182310 \ No newline at end of file +3c1e9171 \ No newline at end of file diff --git a/index.html b/index.html index bb5a7ee..db0cb43 100644 --- a/index.html +++ b/index.html @@ -225,7 +225,7 @@

Some Statistical Investigat - Dec 4, 2024 diff --git a/posts/lmm-heteroskedastic/index.html b/posts/lmm-heteroskedastic/index.html index 61b0d2c..cf313b5 100644 --- a/posts/lmm-heteroskedastic/index.html +++ b/posts/lmm-heteroskedastic/index.html @@ -231,7 +231,9 @@

On this page

Example:

glmmTMB(y ~ trt + (1|id), data = D, dispformula = ~trt)
-nlme::lme(y ~ trt, random = ~1|id, weights = varIdent(form = ~1|trt))
+ +nlme::lme(y ~ trt, random = ~1|id, + weights = varIdent(form = ~1|trt))

Note: Before modelling heteroscedastic LMM try: