-
Notifications
You must be signed in to change notification settings - Fork 0
/
survey_report.qmd
571 lines (434 loc) · 11.2 KB
/
survey_report.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
---
title: "Análise de Pesquisa - Projeto Java"
author: "Dynamica Consultoria"
format: html
# revealjs
editor: visual
---
Durante as semanas de P6W4 (11/06/2023) até P7W2 (30/06/2023) foi realizada uma pesquisa junto aos associados e temporários que atuam nas áreas de manutenção e operação da fábrica de Guararema para identificar os níveis de consciencia (Awareness) e pré-disposição (Desire) em relação às mudanças do projeto Java.
Apresentamos aqui os resultados obtidos.
## Respostas obtidas
Em relação ao número de respostas obtidas temos os seguintes números:
```{r}
#| echo: false
#| warning: false
#| message: false
library(tidyverse)
library(readxl)
library(janitor)
library(patchwork)
library(gt)
source("R/survey_read_data.R")
source("R/survey_plot.R")
folder = "/Users/marcos.abreu/workspace/survey-mars/data"
file_name = "Java - Feedback.xlsx"
survey_data <- read_survey_monkey_data(folder,
file_name)
```
::: columns
::: {.column width="33%"}
```{r}
#| echo: false
#| warning: false
#| message: false
survey_data |>
select(respondent_id, linha) |>
count(linha, sort = TRUE) |>
gt::gt() |>
tab_header(title = "Por Linha") |>
opt_align_table_header(align = "left") |>
tab_options(column_labels.hidden = TRUE) |>
grand_summary_rows(columns = c('n'),
fns = list(total ~ sum(.))) |>
as_raw_html()
```
:::
::: {.column width="33%"}
```{r}
#| echo: false
#| warning: false
#| message: false
survey_data |>
count(turno, sort = TRUE) |>
gt::gt() |>
tab_header(title = "Por Turno") |>
opt_align_table_header(align = "left") |>
tab_options(column_labels.hidden = TRUE) |>
grand_summary_rows(columns = c('n'),
fns = list(total ~ sum(.))) |>
as_raw_html()
```
:::
::: {.column width="34%"}
```{r}
#| echo: false
#| warning: false
#| message: false
survey_data |>
count(contrato, sort = TRUE) |>
gt::gt() |>
tab_header(title = "Por Tipo de Contrato") |>
opt_align_table_header(align = "left") |>
tab_options(column_labels.hidden = TRUE) |>
grand_summary_rows(columns = c('n'),
fns = list(total ~ sum(.))) |>
as_raw_html()
```
:::
:::
## Sumário
```{r}
#| echo: false
#| warning: false
#| message: false
plot_all_likert_data(survey_data)
```
## Questões
1. Os resultados podem ser avaliados no conjunto de todos os respondentes, ou devem ser analisados por grupos?
2. Qual a divisão por grupo que deve ser considerada?
O objetivo aqui é evitar o Paradoxo de Simpson durante a análise dos resultados.
## Dimensões avaliadas na pesquisa
::: columns
::: {.column width="50%"}
- Consciência (*Awareness*)
- Visão (*Vision*)
- Percepção da Mudança (*Perception of the Change*)
- Comunicação (*Communication*)
:::
::: {.column width="50%"}
- Pré-disposição (\_Desire\_)
- Liderança (*Leadership*)
- Engajamento (*Engagement*)
- Intenção (*Intention*)
- Atitude (*Attitude*)
- Normas Percebidas (*Perceived Norms*)
- Auto-eficácia (*Self-Efficacy*)
:::
:::
# Análise do universo total de respondentes
## Visão
```{r}
#| echo: false
#| warning: false
#| message: false
#|
cat_vision <- c("Q01", "Q02")
plot_likert_by(survey_data, cat_vision)
# answers |>
# filter(!is.na(linha),
# linha %in% c("M&M", "SNICKERS", "TWIX")) |>
# mutate(linha = fct_drop(linha)) |>
# select(linha, Q1) |>
# table() |>
# chisq.test()
```
## Percepção da Mudança
```{r}
#| echo: false
#| warning: false
#| message: false
cat_change_management <- c("Q03", "Q04")
plot_likert_by(survey_data, cat_change_management)
```
## Comunicação
```{r}
#| echo: false
#| warning: false
#| message: false
cat_communication <- c("Q05", "Q06")
plot_likert_by(survey_data, cat_communication)
```
## Liderança
```{r}
#| echo: false
#| warning: false
#| message: false
cat_leadership <- c("Q09", "Q10")
plot_likert_by(survey_data, cat_leadership)
```
## Engajamento
```{r}
#| echo: false
#| warning: false
#| message: false
cat_engagement <- c("Q11", "Q12")
plot_likert_by(survey_data, cat_engagement)
```
## Intenção do Comportamento
Estamos considerando aqui o modelo de intensão do comportamento conforme descrito pelo modelo:
```{mermaid}
flowchart LR
A[Atitudes] --> I[Intenção]
N[Normas Percebidas] --> I
S[Auto-eficácia] --> I
E[Fatores Ambientais] --> C[Comportamento]
I --> C
H[Habilidades] --> C
```
```{r}
#| echo: false
#| warning: false
#| message: false
cat_attitude <- c("Q07", "Q08")
cat_perceived_norms <- c("Q13", "Q14")
cat_self_efficacy <- c("Q15")
plot_likert_by(survey_data, c(cat_attitude, cat_perceived_norms, cat_self_efficacy))
```
As questões Q07 e Q08 buscam medir a **Atitude** em relação à mudança.
As questões Q13 e Q14 buscam medir a **Norma Percebida** em relação à mudança.
E, a questão Q15 buca medir a **Auto-Eficácia** em relação à mudança.
A comparação dos resultados mostra que os respondentes são muito mais decididos - tanto positivamente, quanto negativamente - nas suas **Atitudes** do que em relação à **Norma Percebida**.
Isto significa que os respondentes se importam mais com a própria percepção do que a do grupo.
Em relação à **Auto-Eficácia** as respostas mostram que há baixa influência da mesma como determinante do comportamento.
Isto significa que os respondentes não vêem sua capacidade de adaptação e aprendizagem como restrição para a mudança.
# Análise comparativa para diferentes linhas
## Visão
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_linha_likert_by(survey_data, cat_vision)
```
## Percepção da Mudança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_linha_likert_by(survey_data, cat_change_management)
```
## Comunicação
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_linha_likert_by(survey_data, cat_communication)
```
## Liderança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_linha_likert_by(survey_data, cat_leadership)
```
## Engajamento
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_linha_likert_by(survey_data, cat_engagement)
```
## Intenção do Comportamento
```{r}
#| echo: false
#| warning: false
#| message: false
#| fig-height: 10
facet_linha_likert_by(survey_data, c(cat_attitude, cat_perceived_norms, cat_self_efficacy))
```
# Análise comparativa para diferentes Turnos
## Visão
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_turno_likert_by(survey_data, cat_vision)
```
## Percepção da Mudança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_turno_likert_by(survey_data, cat_change_management)
```
## Comunicação
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_turno_likert_by(survey_data, cat_communication)
```
## Liderança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_turno_likert_by(survey_data, cat_leadership)
```
## Engajamento
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_turno_likert_by(survey_data, cat_engagement)
```
## Intenção do Comportamento
```{r}
#| echo: false
#| warning: false
#| message: false
#| fig-height: 10
facet_turno_likert_by(survey_data, c(cat_attitude, cat_perceived_norms, cat_self_efficacy))
```
# Análise comparativa para diferentes tipos de contrato
## Visão
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_vision)
```
## Percepção da Mudança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_change_management)
```
## Comunicação
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_communication)
```
## Liderança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_leadership)
```
## Engajamento
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_engagement)
```
## Intenção do Comportamento
```{r}
#| echo: false
#| warning: false
#| message: false
#| fig-height: 10
facet_contrato_likert_by(survey_data, c(cat_attitude, cat_perceived_norms, cat_self_efficacy))
```
## Liderança
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_leadership)
```
## Engajamento
```{r}
#| echo: false
#| warning: false
#| message: false
#|
facet_contrato_likert_by(survey_data, cat_engagement)
```
## Intenção do Comportamento
```{r}
#| echo: false
#| warning: false
#| message: false
#| fig-height: 10
facet_contrato_likert_by(survey_data, c(cat_attitude, cat_perceived_norms, cat_self_efficacy))
```
# Teste de Hipótese
Os resultados podem ser avaliados no conjunto de todos os respondentes, ou devem ser analisados por grupos?
```{r}
survey_data |> glimpse()
survey_answers <- get_survey_answers(survey_data)
survey_answers |> glimpse()
answers <-
survey_answers |>
pivot_longer(cols = Q01:Q15,
names_to = "question",
values_to = "answer") |>
mutate(status = if_else(
answer >= 6,
"concordo",
# if_else(answer <= 2, "discordo", "neutro")
"discordo"
)) |>
select(-answer) |>
mutate_if(is.character, as.factor) |>
pivot_wider(names_from = question,
values_from = status)
# Vamos testar a relevância da questão por linha
# 1. apenas dados das linhas
ans_linha <-
answers |>
filter(!is.na(linha),
linha %in% c("M&M", "SNICKERS", "TWIX")) |>
mutate(linha = fct_drop(linha)) |>
select(-c(turno, contrato)) |>
pivot_longer(cols = Q01:Q15,
names_to = "question",
values_to = "answer")
ans_linha |> glimpse()
# 2. agrupa por questão
nested_ans_linha <-
ans_linha |>
group_by(question) |>
nest()
nested_ans_linha <-
nested_ans_linha |>
mutate(chisq_test = map(data, ~ .x |>
select(-id) |>
table() |>
chisq.test() |>
broom::tidy()))
ans_linha_chisq <-
nested_ans_linha |>
unnest(chisq_test)
ans_linha_chisq |>
select(question, p.value) |> View()
answers |>
filter(!is.na(turno),
turno %in% c("A", "B", "C", "F")) |>
mutate(turno = fct_drop(turno)) |>
select(turno, Q15) |>
table() |>
chisq.test()
# Questão Q02 e Q07 para turno C -> Há evidência de que há diferença estatística.
answers |>
filter(!is.na(contrato),
contrato %in% c("Associado por tempo indeterminado",
"Temporário",
"Associado por tempo determinado")) |>
mutate(contrato = fct_drop(contrato)) |>
select(contrato, Q15) |>
table() |>
chisq.test()
# As proporções das respostas de "concordo", "discordo" e "neutro" são iguais?
# Foi feita análise por grupos considerando os grupos de diferentes linhas,
# turnos, e tipo de contrato.
# O único caso onde as respostas de um determinado grupo diferenciaram das
# respostas gerais foram as respostas das questões 2 e 7 para
answers |>
filter(!is.na(turno),
turno %in% c("A", "B", "C", "F")) |>
mutate(turno = fct_drop(turno)) |>
select(turno, Q02) |>
table() |>
chisq.test()
```