Skip to content

Commit

Permalink
Fix spacing for index render
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 9, 2024
1 parent 55bbfb4 commit 67d3b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions content/blog/2024-07-08-mu2/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ $$
Where

$$
\mathsf{DataCovariate} =\log\left(\frac{WT}{70}\right)
$$

This is easy enough to do and adds stabilization.
Expand Down Expand Up @@ -106,7 +104,7 @@ print(one)

If the mu2 referencing is supported it will show the following mu reference table:

```
```
── μ-referencing ($muRefTable): ──
theta eta level covariates
1 tka eta.ka id
Expand Down
6 changes: 3 additions & 3 deletions content/blog/2024-07-08-mu2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ <h2>What is mu referencing in nlmixr2</h2>
\exp\left(\theta_{Cl}+\eta_{Cl} + \theta_{Cl, \textsf{cov}}\times\mathsf{DataCovariate}\right)
\]</span></p>
<p>Where</p>
<p>$$</p>
<p> =()</p>
<p>$$</p>
<p><span class="math display">\[
\mathsf{DataCovariate} =\log\left(\frac{WT}{70}\right)
\]</span></p>
<p>This is easy enough to do and adds stabilization.</p>
<p>However, with mu referencing 2.0 you can simply use an additive expression to setup mu-referencing:</p>
<p><span class="math display">\[
Expand Down

0 comments on commit 67d3b83

Please sign in to comment.