Library cleanup

This commit is contained in:
May Doušak 2023-01-16 13:44:57 +01:00
parent 1eb3a48d20
commit 7564dfb384

12
vsi.Rmd
View File

@ -45,20 +45,10 @@ Sys.setlocale("LC_ALL","English")
library(here)
library(foreign)
library(dplyr)
library(psych)
library(ggplot2)
library(lubridate)
library(wesanderson)
library(ggthemes) # theme_tufte works
library(varhandle) # coercing factor to numeric variables
library(naniar) # for replacing values with missings
# for tables
library(knitr)
#New packages:
library(cowplot)
library(tibble)
```
@ -110,7 +100,7 @@ This tools checks the Virtual Surrounding Impression data and reports on the cas
The results should always be combined with other methods of detecting undesired interviewer behaviour.
## Data check
**Data check**
```{r datacheck, echo=FALSE, results='asis', error=TRUE}