Skip to content

Commit

Permalink
20250218 - extract random effects
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Feb 18, 2025
1 parent 81e4c84 commit 3d31279
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hlm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ ggplot(
linewidth = 2)
```

### Extract Random Effects {#extractRandomEffects}

```{r}
ranef(linearMixedModel)
```

### `nlme`

```{r}
Expand Down

0 comments on commit 3d31279

Please sign in to comment.