From 7564dfb3849aa98509ffdb3bc6d47a93b80a6c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?May=20Dou=C5=A1ak?= Date: Mon, 16 Jan 2023 13:44:57 +0100 Subject: [PATCH] Library cleanup --- vsi.Rmd | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/vsi.Rmd b/vsi.Rmd index fe87213..39942b9 100644 --- a/vsi.Rmd +++ b/vsi.Rmd @@ -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}