knitr::opts_chunk$set(warning = TRUE, message = TRUE, error = TRUE, echo = FALSE)
pander::panderOptions("table.split.table", Inf)
library(codebook)
data("bfi", package = 'codebook')
str(bfi)
#> 'data.frame':    28 obs. of  29 variables:
#>  $ session      : chr  "1y4bukC_hxh0p6JIvm0cS0M1BsXx-cdUqcS8qNNLla1qXfAYu6aguOvfRDcVFr8n" "20Qqk4NV3a5qeClNWPOXKjTh82KUJVkdSSHvH0RXMaJXPbs7yJ3PWef-lDkKGvhz" "2KCAnowMWg9rYjxJn_V4bTeVz5_Rp1nVknFvHBRvZ5Sge0ZB71ReK8FCAjej_jsw" "2yZ0crr498iAMu6uVpO78xxeApAQpsynfa_l0jb5Z_9UsS1bz-qxZC4razyuYpRX" ...
#>  $ created      : POSIXct, format: "2016-07-08 10:26:10" "2016-07-08 10:59:50" ...
#>  $ modified     : POSIXct, format: "2016-07-08 10:30:10" "2016-07-08 11:01:22" ...
#>  $ ended        : POSIXct, format: "2016-07-08 10:30:10" "2016-07-08 11:01:22" ...
#>  $ expired      : logi  NA NA NA NA NA NA ...
#>  $ BFIK_open_2  :Class 'labelled'  atomic [1:28] 5 4 5 4 4 4 5 4 4 2 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin tiefsinnig, denke gerne über Sachen nach.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_open_2"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_open_2"
#>   .. .. ..$ label       : chr "__Ich bin tiefsinnig, denke gerne über Sachen nach.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin tiefsinnig, denke gerne über Sachen nach.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 4
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_agree_4R:Class 'labelled'  atomic [1:28] 5 2 2 3 2 2 4 3 4 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich kann mich schroff und abweisend anderen gegenüber verhalten.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_agree_4R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_agree_4R"
#>   .. .. ..$ label       : chr "__Ich kann mich schroff und abweisend anderen gegenüber verhalten.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich kann mich schroff und abweisend anderen gegenüber verhalten.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 5
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_extra_2 :Class 'labelled'  atomic [1:28] 5 5 4 4 5 3 5 5 5 5 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin begeisterungsfähig und kann andere leicht mitreißen.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_extra_2"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_extra_2"
#>   .. .. ..$ label       : chr "__Ich bin begeisterungsfähig und kann andere leicht mitreißen.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin begeisterungsfähig und kann andere leicht mitreißen.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 6
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_agree_1R:Class 'labelled'  atomic [1:28] 4 2 2 3 4 4 3 3 4 2 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich neige dazu, andere zu kritisieren.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_agree_1R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_agree_1R"
#>   .. .. ..$ label       : chr "__Ich neige dazu, andere zu kritisieren.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich neige dazu, andere zu kritisieren.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 7
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_open_1  :Class 'labelled'  atomic [1:28] 5 5 5 4 5 5 4 5 5 5 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin vielseitig interessiert.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_open_1"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_open_1"
#>   .. .. ..$ label       : chr "__Ich bin vielseitig interessiert.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin vielseitig interessiert.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 8
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_neuro_2R:Class 'labelled'  atomic [1:28] 3 3 3 4 4 3 4 3 2 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin entspannt, lasse mich durch Stress nicht aus der Ruhe bringen.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_neuro_2R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_neuro_2R"
#>   .. .. ..$ label       : chr "__Ich bin entspannt, lasse mich durch Stress nicht aus der Ruhe bringen.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin entspannt, lasse mich durch Stress nicht aus der Ruhe bringen.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 9
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_consc_3 :Class 'labelled'  atomic [1:28] 4 3 1 2 4 3 4 4 4 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin tüchtig und arbeite flott.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_consc_3"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_consc_3"
#>   .. .. ..$ label       : chr "__Ich bin tüchtig und arbeite flott.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin tüchtig und arbeite flott.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 10
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_consc_4 :Class 'labelled'  atomic [1:28] 4 4 2 3 4 3 4 4 4 3 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich mache Pläne und führe sie auch durch.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_consc_4"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_consc_4"
#>   .. .. ..$ label       : chr "__Ich mache Pläne und führe sie auch durch.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich mache Pläne und führe sie auch durch.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 11
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_consc_2R:Class 'labelled'  atomic [1:28] 4 4 1 2 1 1 4 4 3 5 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin bequem, neige zur Faulheit.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_consc_2R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_consc_2R"
#>   .. .. ..$ label       : chr "__Ich bin bequem, neige zur Faulheit.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin bequem, neige zur Faulheit.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 12
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_agree_3R:Class 'labelled'  atomic [1:28] 5 2 3 3 4 1 4 3 4 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich kann mich kalt und distanziert verhalten.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_agree_3R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_agree_3R"
#>   .. .. ..$ label       : chr "__Ich kann mich kalt und distanziert verhalten.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich kann mich kalt und distanziert verhalten.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 13
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_extra_3R:Class 'labelled'  atomic [1:28] 5 4 5 4 5 1 3 5 5 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin eher der \"stille Typ\", wortkarg.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_extra_3R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_extra_3R"
#>   .. .. ..$ label       : chr "__Ich bin eher der \"stille Typ\", wortkarg.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin eher der &quot;stille Typ&quot;, wortkarg.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 14
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_neuro_3 :Class 'labelled'  atomic [1:28] 1 2 1 3 2 3 5 2 2 3 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich mache mir viele Sorgen.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_neuro_3"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_neuro_3"
#>   .. .. ..$ label       : chr "__Ich mache mir viele Sorgen.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich mache mir viele Sorgen.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 15
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_neuro_4 :Class 'labelled'  atomic [1:28] 1 4 1 3 2 2 4 2 2 2 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich werde leicht nervös und unsicher.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_neuro_4"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_neuro_4"
#>   .. .. ..$ label       : chr "__Ich werde leicht nervös und unsicher.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich werde leicht nervös und unsicher.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 16
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_agree_2 :Class 'labelled'  atomic [1:28] 5 4 5 4 4 4 5 4 4 2 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich schenke anderen leicht Vertrauen, glaube an das Gute im Menschen.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_agree_2"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_agree_2"
#>   .. .. ..$ label       : chr "__Ich schenke anderen leicht Vertrauen, glaube an das Gute im Menschen.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich schenke anderen leicht Vertrauen, glaube an das Gute im Menschen.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 17
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_consc_1 :Class 'labelled'  atomic [1:28] 3 3 4 4 4 4 5 5 4 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich erledige Aufgaben gründlich.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_consc_1"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_consc_1"
#>   .. .. ..$ label       : chr "__Ich erledige Aufgaben gründlich.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich erledige Aufgaben gründlich.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 18
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_open_4  :Class 'labelled'  atomic [1:28] 4 5 5 5 5 4 5 4 5 5 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich schätze künstlerische und ästhetische Eindrücke.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_open_4"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_open_4"
#>   .. .. ..$ label       : chr "__Ich schätze künstlerische und ästhetische Eindrücke.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich schätze künstlerische und ästhetische Eindrücke.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 19
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_extra_4 :Class 'labelled'  atomic [1:28] 5 5 4 4 5 3 4 5 5 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich gehe aus mir heraus, bin gesellig.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_extra_4"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_extra_4"
#>   .. .. ..$ label       : chr "__Ich gehe aus mir heraus, bin gesellig.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich gehe aus mir heraus, bin gesellig.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 20
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_extra_1R:Class 'labelled'  atomic [1:28] 5 4 4 3 5 2 3 4 5 4 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 5 4 3 2 1 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich bin eher zurückhaltend, reserviert.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_extra_1R"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_extra_1R"
#>   .. .. ..$ label       : chr "__Ich bin eher zurückhaltend, reserviert.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich bin eher zurückhaltend, reserviert.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 21
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_open_3  :Class 'labelled'  atomic [1:28] 5 3 4 4 5 4 5 4 5 5 ...
#>   .. ..- attr(*, "labels")= Named num [1:6] 1 2 3 4 5 NA
#>   .. .. ..- attr(*, "names")= chr [1:6] "1: Trifft überhaupt nicht zu" "2" "3" "4" ...
#>   .. ..- attr(*, "label")= chr "__Ich habe eine aktive Vorstellungskraft, bin phantasievoll.__"
#>   .. ..- attr(*, "item")=List of 13
#>   .. .. ..$ type        : chr "rating_button"
#>   .. .. ..$ choice_list : chr "BFIK_open_3"
#>   .. .. ..$ type_options: int 5
#>   .. .. ..$ name        : chr "BFIK_open_3"
#>   .. .. ..$ label       : chr "__Ich habe eine aktive Vorstellungskraft, bin phantasievoll.__"
#>   .. .. ..$ label_parsed: chr "<strong>Ich habe eine aktive Vorstellungskraft, bin phantasievoll.</strong>"
#>   .. .. ..$ optional    : int 0
#>   .. .. ..$ class       : NULL
#>   .. .. ..$ showif      : NULL
#>   .. .. ..$ value       : NULL
#>   .. .. ..$ block_order : NULL
#>   .. .. ..$ item_order  : int 22
#>   .. .. ..$ choices     :List of 5
#>   .. .. .. ..$ 1: chr "1: Trifft überhaupt nicht zu"
#>   .. .. .. ..$ 2: chr "2"
#>   .. .. .. ..$ 3: chr "3"
#>   .. .. .. ..$ 4: chr "4"
#>   .. .. .. ..$ 5: chr "5: Trifft voll und ganz zu"
#>  $ BFIK_agree   : atomic  4.75 2.5 3 3.25 3.5 2.75 4 3.25 4 3 ...
#>   ..- attr(*, "scale_item_names")= chr  "BFIK_agree_4R" "BFIK_agree_1R" "BFIK_agree_3R" "BFIK_agree_2"
#>   ..- attr(*, "label")= chr "4 BFIK_agree items averaged with aggregation_function"
#>  $ BFIK_open    : atomic  4.75 4.25 4.75 4.25 4.75 4.25 4.75 4.25 4.75 4.25 ...
#>   ..- attr(*, "scale_item_names")= chr  "BFIK_open_2" "BFIK_open_1" "BFIK_open_4" "BFIK_open_3"
#>   ..- attr(*, "label")= chr "4 BFIK_open items averaged with aggregation_function"
#>  $ BFIK_consc   : atomic  3.75 3.5 2 2.75 3.25 2.75 4.25 4.25 3.75 4 ...
#>   ..- attr(*, "scale_item_names")= chr  "BFIK_consc_3" "BFIK_consc_4" "BFIK_consc_2R" "BFIK_consc_1"
#>   ..- attr(*, "label")= chr "4 BFIK_consc items averaged with aggregation_function"
#>  $ BFIK_extra   : atomic  5 4.5 4.25 3.75 5 2.25 3.75 4.75 5 4.25 ...
#>   ..- attr(*, "scale_item_names")= chr  "BFIK_extra_2" "BFIK_extra_3R" "BFIK_extra_4" "BFIK_extra_1R"
#>   ..- attr(*, "label")= chr "4 BFIK_extra items averaged with aggregation_function"
#>  $ BFIK_neuro   : atomic  1.67 3 1.67 3.33 2.67 ...
#>   ..- attr(*, "scale_item_names")= chr  "BFIK_neuro_2R" "BFIK_neuro_3" "BFIK_neuro_4"
#>   ..- attr(*, "label")= chr "3 BFIK_neuro items averaged with aggregation_function"
ggplot2::theme_set(ggplot2::theme_bw())
pander::panderOptions("table.split.table", Inf)
bfi$age <- rpois(nrow(bfi), 30)

Survey overview

28 completed rows, 28 who entered any information, 0 only viewed the first page. There are 0 expired rows (people who did not finish filling out in the requested time frame). In total, there are 28 rows including unfinished and expired rows.

There were 28 unique participants, of which 28 finished filling out at least one survey.

This survey was not repeated.

The first session started on 2016-07-08 09:54:16, the last session on 2016-11-02 21:19:50.

#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

People took on average 127.36 minutes (median 1.48) to answer the survey.

#> Warning: Durations below 0 detected.
#> Warning: Removed 4 rows containing non-finite values (stat_bin).
#> Warning: Removed 1 rows containing missing values (geom_bar).

Items

Scale: BFIK_agree

Reliability

Reliability
95% Confidence Interval
lower estimate upper
0.6815 0.8006 0.9196
raw_alpha std.alpha G6(smc) average_r S/N ase mean sd
0.8006 0.8033 0.8025 0.5051 4.083 0.06074 3.116 0.9317
Reliability if an item is dropped:
  raw_alpha std.alpha G6(smc) average_r S/N alpha se
BFIK_agree_4R 0.7039 0.7059 0.6277 0.4445 2.4 0.09224
BFIK_agree_1R 0.7823 0.7822 0.7633 0.5448 3.591 0.0731
BFIK_agree_3R 0.6759 0.6926 0.6242 0.4289 2.253 0.1072
BFIK_agree_2 0.8181 0.8196 0.7841 0.6023 4.543 0.05685
Item statistics
  n raw.r std.r r.cor r.drop mean sd
BFIK_agree_4R 28 0.8471 0.8503 0.8292 0.7058 2.929 1.184
BFIK_agree_1R 28 0.7168 0.7554 0.6254 0.5539 3 0.9428
BFIK_agree_3R 28 0.8821 0.8651 0.8439 0.751 3.036 1.29
BFIK_agree_2 28 0.7206 0.7011 0.5431 0.4825 3.5 1.262
Non missing response frequency for each item
  1 2 3 4 5 miss
BFIK_agree_4R 0.07143 0.3929 0.1786 0.25 0.1071 0
BFIK_agree_1R 0 0.3929 0.25 0.3214 0.03571 0
BFIK_agree_3R 0.1071 0.3214 0.1429 0.2857 0.1429 0
BFIK_agree_2 0.07143 0.1786 0.1786 0.3214 0.25 0

Likert plot

Distribution

Summary statistics

name label type type_options data_type ordered value_labels optional item_order missing complete n n_unique top_counts
BFIK_agree_4R Ich kann mich schroff und abweisend anderen gegenüber verhalten. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 5 0 28 28 5 2: 11, 4: 7, 3: 5, 5: 3
BFIK_agree_1R Ich neige dazu, andere zu kritisieren. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 7 0 28 28 4 2: 11, 4: 9, 3: 7, 5: 1
BFIK_agree_3R Ich kann mich kalt und distanziert verhalten. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 13 0 28 28 5 2: 9, 4: 8, 3: 4, 5: 4
BFIK_agree_2 Ich schenke anderen leicht Vertrauen, glaube an das Gute im Menschen. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 17 0 28 28 5 4: 9, 5: 7, 2: 5, 3: 5

Scale: BFIK_open

Reliability

Reliability
95% Confidence Interval
lower estimate upper
0.2473 0.5271 0.8068
raw_alpha std.alpha G6(smc) average_r S/N ase mean sd
0.5271 0.513 0.5384 0.2085 1.054 0.1427 4.259 0.5631
Reliability if an item is dropped:
  raw_alpha std.alpha G6(smc) average_r S/N alpha se
BFIK_open_2 0.5187 0.5019 0.5306 0.2515 1.008 0.1551
BFIK_open_1 0.5787 0.5594 0.513 0.2973 1.269 0.1308
BFIK_open_4 0.4119 0.4101 0.3218 0.1881 0.6952 0.1885
BFIK_open_3 0.2202 0.2437 0.2042 0.09701 0.3223 0.2572
Item statistics
  n raw.r std.r r.cor r.drop mean sd
BFIK_open_2 28 0.5298 0.5869 0.3017 0.2318 4.214 0.7382
BFIK_open_1 28 0.5063 0.5329 0.2761 0.1569 4.393 0.8317
BFIK_open_4 28 0.701 0.6614 0.5679 0.3612 4.214 0.9567
BFIK_open_3 28 0.8041 0.7686 0.7253 0.538 4.214 0.9567
Non missing response frequency for each item
  1 2 3 4 5 miss
BFIK_open_2 0 0.03571 0.07143 0.5357 0.3571 0
BFIK_open_1 0 0.03571 0.1071 0.2857 0.5714 0
BFIK_open_4 0.03571 0 0.1429 0.3571 0.4643 0
BFIK_open_3 0 0.07143 0.1429 0.2857 0.5 0

Likert plot

Distribution

Summary statistics

name label type type_options data_type ordered value_labels optional item_order missing complete n n_unique top_counts
BFIK_open_2 Ich bin tiefsinnig, denke gerne über Sachen nach. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 4 0 28 28 4 4: 15, 5: 10, 3: 2, 2: 1
BFIK_open_1 Ich bin vielseitig interessiert. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 8 0 28 28 4 5: 16, 4: 8, 3: 3, 2: 1
BFIK_open_4 Ich schätze künstlerische und ästhetische Eindrücke. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 19 0 28 28 4 5: 13, 4: 10, 3: 4, 1: 1
BFIK_open_3 Ich habe eine aktive Vorstellungskraft, bin phantasievoll. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 22 0 28 28 4 5: 14, 4: 8, 3: 4, 2: 2

Scale: BFIK_consc

Reliability

Reliability
95% Confidence Interval
lower estimate upper
0.6573 0.7797 0.9021
raw_alpha std.alpha G6(smc) average_r S/N ase mean sd
0.7797 0.7871 0.7839 0.4803 3.696 0.06246 3.652 0.7916
Reliability if an item is dropped:
  raw_alpha std.alpha G6(smc) average_r S/N alpha se
BFIK_consc_3 0.598 0.6118 0.5248 0.3445 1.576 0.1176
BFIK_consc_4 0.7626 0.7706 0.7159 0.5282 3.359 0.07398
BFIK_consc_2R 0.7284 0.7272 0.7112 0.4705 2.666 0.08493
BFIK_consc_1 0.7813 0.8042 0.7721 0.5779 4.107 0.0663
Item statistics
  n raw.r std.r r.cor r.drop mean sd
BFIK_consc_3 28 0.9086 0.9115 0.9169 0.8121 3.5 1.036
BFIK_consc_4 28 0.6875 0.7351 0.6337 0.5257 3.857 0.7559
BFIK_consc_2R 28 0.8411 0.7905 0.6957 0.6209 3.179 1.307
BFIK_consc_1 28 0.6733 0.6874 0.5202 0.4657 4.071 0.8997
Non missing response frequency for each item
  1 2 3 4 5 miss
BFIK_consc_3 0.03571 0.1429 0.25 0.4286 0.1429 0
BFIK_consc_4 0 0.03571 0.25 0.5357 0.1786 0
BFIK_consc_2R 0.1786 0.1071 0.1786 0.4286 0.1071 0
BFIK_consc_1 0 0.07143 0.1429 0.4286 0.3571 0

Likert plot

Distribution

Summary statistics

name label type type_options data_type ordered value_labels optional item_order missing complete n n_unique top_counts
BFIK_consc_3 Ich bin tüchtig und arbeite flott. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 10 0 28 28 5 4: 12, 3: 7, 2: 4, 5: 4
BFIK_consc_4 Ich mache Pläne und führe sie auch durch. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 11 0 28 28 4 4: 15, 3: 7, 5: 5, 2: 1
BFIK_consc_2R Ich bin bequem, neige zur Faulheit. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 12 0 28 28 5 4: 12, 1: 5, 3: 5, 2: 3
BFIK_consc_1 Ich erledige Aufgaben gründlich. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 18 0 28 28 4 4: 12, 5: 10, 3: 4, 2: 2

Scale: BFIK_extra

Reliability

Reliability
95% Confidence Interval
lower estimate upper
0.8369 0.8993 0.9617
raw_alpha std.alpha G6(smc) average_r S/N ase mean sd
0.8993 0.8991 0.9104 0.6902 8.914 0.03184 3.848 1.01
Reliability if an item is dropped:
  raw_alpha std.alpha G6(smc) average_r S/N alpha se
BFIK_extra_2 0.905 0.9049 0.881 0.7603 9.515 0.0315
BFIK_extra_3R 0.8657 0.8667 0.8459 0.6842 6.5 0.04531
BFIK_extra_4 0.8526 0.8505 0.8225 0.6548 5.691 0.0488
BFIK_extra_1R 0.8524 0.8544 0.8026 0.6617 5.867 0.04871
Item statistics
  n raw.r std.r r.cor r.drop mean sd
BFIK_extra_2 28 0.8074 0.8162 0.7345 0.6734 4.179 1.09
BFIK_extra_3R 28 0.8877 0.8814 0.8432 0.788 3.75 1.206
BFIK_extra_4 28 0.9028 0.9065 0.8788 0.8248 3.857 1.113
BFIK_extra_1R 28 0.9063 0.9006 0.8875 0.822 3.607 1.197
Non missing response frequency for each item
  1 2 3 4 5 miss
BFIK_extra_2 0.07143 0 0.07143 0.3929 0.4643 0
BFIK_extra_3R 0.07143 0.07143 0.2143 0.3214 0.3214 0
BFIK_extra_4 0.03571 0.1071 0.1429 0.3929 0.3214 0
BFIK_extra_1R 0.03571 0.1786 0.2143 0.2857 0.2857 0

Likert plot

Distribution

Summary statistics

name label type type_options data_type ordered value_labels optional item_order missing complete n n_unique top_counts
BFIK_extra_2 Ich bin begeisterungsfähig und kann andere leicht mitreißen. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 6 0 28 28 4 5: 13, 4: 11, 1: 2, 3: 2
BFIK_extra_3R Ich bin eher der “stille Typ”, wortkarg. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 14 0 28 28 5 4: 9, 5: 9, 3: 6, 1: 2
BFIK_extra_4 Ich gehe aus mir heraus, bin gesellig. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 20 0 28 28 5 4: 11, 5: 9, 3: 4, 2: 3
BFIK_extra_1R Ich bin eher zurückhaltend, reserviert. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 21 0 28 28 5 4: 8, 5: 8, 3: 6, 2: 5

Scale: BFIK_neuro

Reliability

Reliability
95% Confidence Interval
lower estimate upper
0.6081 0.7537 0.8994
raw_alpha std.alpha G6(smc) average_r S/N ase mean sd
0.7537 0.7476 0.7146 0.4968 2.962 0.07432 2.893 0.9254
Reliability if an item is dropped:
  raw_alpha std.alpha G6(smc) average_r S/N alpha se
BFIK_neuro_2R 0.84 0.8408 0.7254 0.7254 5.283 0.06026
BFIK_neuro_3 0.5905 0.6113 0.4402 0.4402 1.572 0.1457
BFIK_neuro_4 0.4654 0.4905 0.3249 0.3249 0.9627 0.1872
Item statistics
  n raw.r std.r r.cor r.drop mean sd
BFIK_neuro_2R 28 0.6549 0.7217 0.4638 0.41 3.107 0.8751
BFIK_neuro_3 28 0.8755 0.8384 0.7626 0.6529 3.071 1.274
BFIK_neuro_4 28 0.9047 0.8855 0.8409 0.7421 2.5 1.202
Non missing response frequency for each item
  1 2 3 4 5 miss
BFIK_neuro_2R 0 0.2857 0.3571 0.3214 0.03571 0
BFIK_neuro_3 0.1071 0.25 0.2857 0.1786 0.1786 0
BFIK_neuro_4 0.25 0.3214 0.1071 0.3214 0 0

Likert plot

Distribution

Summary statistics

name label type type_options data_type ordered value_labels optional item_order missing complete n n_unique top_counts
BFIK_neuro_2R Ich bin entspannt, lasse mich durch Stress nicht aus der Ruhe bringen. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=5,2=4,3=3,4=2,5: Trifft voll und ganz zu=1,Item was never rendered for this user.=NA 0 9 0 28 28 4 3: 10, 4: 9, 2: 8, 5: 1
BFIK_neuro_3 Ich mache mir viele Sorgen. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 15 0 28 28 5 3: 8, 2: 7, 4: 5, 5: 5
BFIK_neuro_4 Ich werde leicht nervös und unsicher. rating_button 5 labelled FALSE 1: Trifft überhaupt nicht zu=1,2=2,3=3,4=4,5: Trifft voll und ganz zu=5,Item was never rendered for this user.=NA 0 16 0 28 28 4 2: 9, 4: 9, 1: 7, 3: 3

age

Distribution

0 missings.

Summary statistics

name data_type missing complete n mean sd p0 p25 p50 p75 p100 hist
age integer 0 28 28 29.61 5.14 21 25.75 30 33 42 ▃▇▂▅▇▃▁▁

Missingness report

Among those who finished the survey. Only variables that have missings are shown.

description expired var_miss n_miss
Missings per variable 28 28 28

Codebook table