Skip to content

Commit

Permalink
Add more information about parameter promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 5, 2023
1 parent 909fee8 commit 880b62b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vignettes/articles/Modifying-Models.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,20 @@ f6 <- f4 |>
ini(-tcl)
print(f6)
# to add it back as a between subject variability or population
# parameter you can pipe it as follows:
f7 <- f6 |>
ini(tcl=4)
print(f7)
f8 <- f6 |>
ini(tcl ~ 0.1)
print(f8)
```

#### Changing parameter labels
Expand Down

0 comments on commit 880b62b

Please sign in to comment.