first draft on missings

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-07-03 16:20:29 +02:00
parent 5c5f118f6e
commit 7a76a83dba
No known key found for this signature in database

26
vignettes/missingness.Rmd Normal file
View file

@ -0,0 +1,26 @@
---
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
The authors behind the [{finalfit}-package]() have shared a very comprehensive article on what to do and think about missing observations in your data. Please [have a look here]().