Skip to content

Commit

Permalink
standalone simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Jul 22, 2024
1 parent 907fc85 commit 2ea0d52
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions simplify.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Ben Bolker">
<meta name="dcterms.date" content="2024-07-22">

<title>constraining complexity of mixed models</title>
<title>choosing random effects terms in mixed models</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -2636,21 +2638,34 @@

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">constraining complexity of mixed models</h1>
<h1 class="title">choosing random effects terms in mixed models</h1>
</div>



<div class="quarto-title-meta">

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
<p>Ben Bolker </p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">July 22, 2024</p>
</div>
</div>


</div>


</header>

<p>Source file is <a href="https://github.com/bbolker/mixedmodels-misc/blob/master/simplify.qmd">here</a>.</p>
<p>An R-centric discussion of what to do to manage the complexity of mixed models, specifically their random effect components.</p>
<section id="setup" class="level2">
<h2 class="anchored" data-anchor-id="setup">setup</h2>
Expand Down

0 comments on commit 2ea0d52

Please sign in to comment.