Skip to content

Commit

Permalink
docs: slight rewrite of sentence to clarify what we're doing in the c…
Browse files Browse the repository at this point in the history
…ode chunk
  • Loading branch information
signekb committed May 5, 2024
1 parent 624cd1c commit ccdb92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessions/functionals.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@ saliva_df |>
summarise(across(cortisol_norm, list(mean = mean)))
```

If we wanted to do that for all numeric columns and also calculate
`sd()`:
Now, let's collect some of the concepts from above to calculate the mean
and sd for all numeric columns in the `saliva_df`:

```{r}
#| filename: "doc/learning.qmd"
Expand Down

0 comments on commit ccdb92b

Please sign in to comment.