docs: vignettes migrated see NEWS

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-11-19 10:37:12 +01:00
commit fde5a22526
No known key found for this signature in database
5 changed files with 8 additions and 71 deletions

View file

@ -15,12 +15,4 @@ knitr::opts_chunk$set(
options(rmarkdown.html_vignette.check_title = FALSE)
```
```{r setup}
library(FreesearchR)
```
## Considering missing observations
### Further reading
The authors behind the [{finalfit}-package](https://finalfit.org/index.html) have shared a very comprehensive article on what to do and think about missing observations in your data. Please [have a look here](https://finalfit.org/articles/missing.html).
Considerations of data missingness can be found in the [FreesearchR project documentations (link)](https://freesearchr.github.io/FreesearchR-knowledge/intro/missingness.html).