Update quarto.qmd ()

Replaced "a ridiculous degree of accuracy" with "a ridiculous degree of precision", as that is what the number of decimal places relates to.
This commit is contained in:
e-clin 2024-01-19 20:46:00 +00:00 committed by GitHub
parent bfa59fa474
commit b0aa40096b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ When the report is rendered, the results of these computations are inserted into
> The distribution of the remainder is shown below:
When inserting numbers into text, `format()` is your friend.
It allows you to set the number of `digits` so you don't print to a ridiculous degree of accuracy, and a `big.mark` to make numbers easier to read.
It allows you to set the number of `digits` so you don't print to a ridiculous degree of precision, and a `big.mark` to make numbers easier to read.
You might combine these into a helper function:
```{r}