mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
first draft on missings
This commit is contained in:
parent
5c5f118f6e
commit
7a76a83dba
1 changed files with 26 additions and 0 deletions
26
vignettes/missingness.Rmd
Normal file
26
vignettes/missingness.Rmd
Normal 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]().
|
Loading…
Add table
Reference in a new issue