FreesearchR/vignettes/missingness.Rmd

27 lines
678 B
Text
Raw Permalink Normal View History

2025-07-03 16:20:29 +02:00
---
title: "Missingness in data"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{missingness}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
options(rmarkdown.html_vignette.check_title = FALSE)
```
```{r setup}
library(FreesearchR)
```
## Considering missing observations
### Further reading
2025-07-22 20:00:41 +02:00
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).